1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tftp/fsl.tftp Mon Aug 25 19:06:31 2014 +0200 1.3 @@ -0,0 +1,16 @@ 1.4 +## 1.5 +## fsl.tftp -- OSSP fsl configuration 1.6 +## 1.7 + 1.8 +ident (tftpd)/.+ q{ 1.9 + prefix( 1.10 + prefix="%b %d %H:%M:%S %N <%L> $1[%P]: " 1.11 + ) 1.12 + -> { 1.13 + debug: file( 1.14 + path="@l_prefix@/var/tftp/tftp.log", 1.15 + perm=0644 1.16 + ) 1.17 + } 1.18 +}; 1.19 +