OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 27-Nov-2003 15:09:48
Branch: HEAD Handle: 2003112714094700
Modified files:
openpkg-src/tftp rc.tftp tftp.spec
Log:
correct removal of pid files
Summary:
Revision Changes Path
1.14 +1 -1 openpkg-src/tftp/rc.tftp
1.33 +1 -1 openpkg-src/tftp/tftp.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tftp/rc.tftp
============================================================================
$ cvs diff -u -r1.13 -r1.14 rc.tftp
--- openpkg-src/tftp/rc.tftp 9 Sep 2003 18:33:34 -0000 1.13
+++ openpkg-src/tftp/rc.tftp 27 Nov 2003 14:09:47 -0000 1.14
@@ -45,7 +45,7 @@
rcService tftp enable yes || exit 0
rcService tftp active no && exit 0
tftp_signal TERM
- rm -f $tftp_pidfile 2>&1 || true
+ rm -f $tftp_pidfile 2>/dev/null || true
%restart -u @l_susr@
rcService tftp enable yes || exit 0
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/tftp/tftp.spec
============================================================================
$ cvs diff -u -r1.32 -r1.33 tftp.spec
--- openpkg-src/tftp/tftp.spec 6 Oct 2003 12:24:03 -0000 1.32
+++ openpkg-src/tftp/tftp.spec 27 Nov 2003 14:09:47 -0000 1.33
@@ -33,7 +33,7 @@
Group: Network
License: GPL
Version: 0.34
-Release: 20030909
+Release: 20031127
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]