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 14:55:41
Branch: HEAD Handle: 2003112713553902
Modified files:
openpkg-src/msntp msntp.spec rc.msntp
openpkg-web news.txt
Log:
correct removal of pid files
Summary:
Revision Changes Path
1.12 +1 -1 openpkg-src/msntp/msntp.spec
1.2 +1 -1 openpkg-src/msntp/rc.msntp
1.7566 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/msntp/msntp.spec
============================================================================
$ cvs diff -u -r1.11 -r1.12 msntp.spec
--- openpkg-src/msntp/msntp.spec 18 Sep 2003 15:45:13 -0000 1.11
+++ openpkg-src/msntp/msntp.spec 27 Nov 2003 13:55:41 -0000 1.12
@@ -33,7 +33,7 @@
Group: Network
License: OSS-style
Version: 1.6
-Release: 20030918
+Release: 20031127
# package options
%option with_fsl yes
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/msntp/rc.msntp
============================================================================
$ cvs diff -u -r1.1 -r1.2 rc.msntp
--- openpkg-src/msntp/rc.msntp 28 Aug 2003 16:13:24 -0000 1.1
+++ openpkg-src/msntp/rc.msntp 27 Nov 2003 13:55:41 -0000 1.2
@@ -36,7 +36,7 @@
rcService msntp enable yes || exit 0
rcService msntp active no && exit 0
msntp_signal TERM
- rm -f $msntp_pidfile
+ rm -f $msntp_pidfile 2>/dev/null || true
%restart -u @l_susr@
rcService msntp enable yes || exit 0
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7565 -r1.7566 news.txt
--- openpkg-web/news.txt 27 Nov 2003 13:55:32 -0000 1.7565
+++ openpkg-web/news.txt 27 Nov 2003 13:55:39 -0000 1.7566
@@ -1,3 +1,4 @@
+27-Nov-2003: Upgraded package: P<msntp-1.6-20031127>
27-Nov-2003: Upgraded package: P<bs-0.98c8-20031127>
27-Nov-2003: Upgraded package: P<jabberd-1.4.2-20031127>
27-Nov-2003: Upgraded package: P<dss-5.0-20031127>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]