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: 24-Jun-2003 18:10:21
Branch: HEAD Handle: 2003062417102000
Modified files:
openpkg-src/whoson rc.whoson whoson.spec
Log:
Synchronize spec file substitution with recent rc file changes
Summary:
Revision Changes Path
1.4 +1 -1 openpkg-src/whoson/rc.whoson
1.4 +1 -0 openpkg-src/whoson/whoson.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/whoson/rc.whoson
============================================================================
$ cvs diff -u -r1.3 -r1.4 rc.whoson
--- openpkg-src/whoson/rc.whoson 24 Jun 2003 13:29:15 -0000 1.3
+++ openpkg-src/whoson/rc.whoson 24 Jun 2003 16:10:20 -0000 1.4
@@ -32,7 +32,7 @@
rm -f $whoson_pidfile
@l_prefix@/sbin/whosond
-%daily -u @l_susr@
+%daily -u @l_rusr@
opServiceEnabled whoson || exit 0
# rotate logfile
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/whoson/whoson.spec
============================================================================
$ cvs diff -u -r1.3 -r1.4 whoson.spec
--- openpkg-src/whoson/whoson.spec 24 Jun 2003 13:29:15 -0000 1.3
+++ openpkg-src/whoson/whoson.spec 24 Jun 2003 16:10:20 -0000 1.4
@@ -118,6 +118,7 @@
%{l_shtool} install -c -m 755 \
-e 's;@l_prefix@;%{l_prefix};g' \
-e 's;@l_susr@;%{l_susr};g' \
+ -e 's;@l_rusr@;%{l_rusr};g' \
%{SOURCE rc.whoson} \
$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]