diff -r 07be25b95aca -r ef076e9bc56b tftp/fsl.tftp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tftp/fsl.tftp Mon Aug 25 19:06:31 2014 +0200 @@ -0,0 +1,16 @@ +## +## fsl.tftp -- OSSP fsl configuration +## + +ident (tftpd)/.+ q{ + prefix( + prefix="%b %d %H:%M:%S %N <%L> $1[%P]: " + ) + -> { + debug: file( + path="@l_prefix@/var/tftp/tftp.log", + perm=0644 + ) + } +}; +