# HG changeset patch # User Michael Schloh von Bennewitz # Date 1408986439 -7200 # Node ID 02101011a9bc2756159570865c8637fd7f6d7f8b # Parent ef076e9bc56b3641470ddd56cd14d9a57a81ff93 Correct process identification writing of PID file on -P parameter. 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 diff -r ef076e9bc56b -r 02101011a9bc tftp/tftp.spec --- a/tftp/tftp.spec Mon Aug 25 19:06:31 2014 +0200 +++ b/tftp/tftp.spec Mon Aug 25 19:07:19 2014 +0200 @@ -32,7 +32,7 @@ Group: FTP License: GPL Version: 5.2 -Release: 20140301 +Release: 20140800 # package options %option with_fsl yes