diff -r ef076e9bc56b -r 02101011a9bc tftp/rc.tftp --- a/tftp/rc.tftp Mon Aug 25 19:06:31 2014 +0200 +++ b/tftp/rc.tftp Mon Aug 25 19:07:19 2014 +0200 @@ -32,7 +32,7 @@ %start -u @l_susr@ rcService tftp enable yes || exit 0 rcService tftp active yes && exit 0 - opts="-l -u @l_nusr@ -m @l_prefix@/etc/tftp/tftpd.remap" + opts="-l -u @l_nusr@ -m @l_prefix@/etc/tftp/tftpd.remap -P$tftp_pidfile" if [ ".$tftp_listen" != . ]; then opts="$opts -a $tftp_listen" fi