OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 27-Nov-2003 15:10:04
Branch: HEAD Handle: 2003112714100202
Modified files:
openpkg-src/whoson rc.whoson whoson.spec
openpkg-web news.txt
Log:
correct removal of pid files
Summary:
Revision Changes Path
1.13 +2 -2 openpkg-src/whoson/rc.whoson
1.21 +1 -1 openpkg-src/whoson/whoson.spec
1.7573 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/whoson/rc.whoson
============================================================================
$ cvs diff -u -r1.12 -r1.13 rc.whoson
--- openpkg-src/whoson/rc.whoson 22 Jul 2003 08:11:18 -0000 1.12
+++ openpkg-src/whoson/rc.whoson 27 Nov 2003 14:10:04 -0000 1.13
@@ -22,14 +22,14 @@
%stop -u @l_susr@
rcService whoson enable yes || exit 0
kill -TERM `cat $whoson_pidfile`
- rm -f $whoson_pidfile
+ rm -f $whoson_pidfile 2>/dev/null || true
exit 0
%restart -u @l_susr@
rcService whoson enable yes || exit 0
kill -TERM `cat $whoson_pidfile`
sleep 2
- rm -f $whoson_pidfile
+ rm -f $whoson_pidfile 2>/dev/null || true
@l_prefix@/sbin/whosond >$whoson_pidfile
exit 0
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/whoson/whoson.spec
============================================================================
$ cvs diff -u -r1.20 -r1.21 whoson.spec
--- openpkg-src/whoson/whoson.spec 21 Aug 2003 06:14:12 -0000 1.20
+++ openpkg-src/whoson/whoson.spec 27 Nov 2003 14:10:04 -0000 1.21
@@ -33,7 +33,7 @@
Group: Mail
License: GPL
Version: 2.03
-Release: 20030821
+Release: 20031127
# package options
%option with_fsl yes
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7572 -r1.7573 news.txt
--- openpkg-web/news.txt 27 Nov 2003 14:09:53 -0000 1.7572
+++ openpkg-web/news.txt 27 Nov 2003 14:10:02 -0000 1.7573
@@ -1,3 +1,4 @@
+27-Nov-2003: Upgraded package: P<whoson-2.03-20031127>
27-Nov-2003: Upgraded package: P<spread-3.17.1-20031127>
27-Nov-2003: Upgraded package: P<samhain-1.8.0-20031127>
27-Nov-2003: Upgraded package: P<openvpn-1.5.0-20031127>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]