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: 29-Aug-2003 13:20:10
Branch: HEAD Handle: 2003082912200900
Modified files:
openpkg-src/nntpcache nntpcache.spec rc.nntpcache
Log:
Use a macro replacement for the superuser in rc file
Summary:
Revision Changes Path
1.40 +1 -1 openpkg-src/nntpcache/nntpcache.spec
1.8 +1 -1 openpkg-src/nntpcache/rc.nntpcache
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/nntpcache/nntpcache.spec
============================================================================
$ cvs diff -u -r1.39 -r1.40 nntpcache.spec
--- openpkg-src/nntpcache/nntpcache.spec 28 Jul 2003 21:17:15 -0000 1.39
+++ openpkg-src/nntpcache/nntpcache.spec 29 Aug 2003 11:20:09 -0000 1.40
@@ -33,7 +33,7 @@
Group: News
License: BSD
Version: 3.0.1
-Release: 20030728
+Release: 20030829
# package options
%option with_fsl yes
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/nntpcache/rc.nntpcache
============================================================================
$ cvs diff -u -r1.7 -r1.8 rc.nntpcache
--- openpkg-src/nntpcache/rc.nntpcache 28 Jul 2003 13:45:04 -0000 1.7
+++ openpkg-src/nntpcache/rc.nntpcache 29 Aug 2003 11:20:09 -0000 1.8
@@ -27,7 +27,7 @@
nntpcache_signal TERM
}
-%status -u root -o
+%status -u @l_susr@ -o
nntpcache_usable="unknown"
nntpcache_active="no"
rcService nntpcache enable yes && \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]