tftp/fsl.tftp

Mon, 25 Aug 2014 19:07:19 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 25 Aug 2014 19:07:19 +0200
changeset 796
02101011a9bc
permissions
-rw-r--r--

Correct process identification writing of PID file on -P parameter.

michael@795 1 ##
michael@795 2 ## fsl.tftp -- OSSP fsl configuration
michael@795 3 ##
michael@795 4
michael@795 5 ident (tftpd)/.+ q{
michael@795 6 prefix(
michael@795 7 prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
michael@795 8 )
michael@795 9 -> {
michael@795 10 debug: file(
michael@795 11 path="@l_prefix@/var/tftp/tftp.log",
michael@795 12 perm=0644
michael@795 13 )
michael@795 14 }
michael@795 15 };
michael@795 16

mercurial