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:16:51
Branch: HEAD Handle: 2003082912165100
Modified files:
openpkg-src/cvs cvs.spec rc.cvs
Log:
Use a macro replacement for the superuser in rc file
Summary:
Revision Changes Path
1.73 +1 -1 openpkg-src/cvs/cvs.spec
1.19 +1 -1 openpkg-src/cvs/rc.cvs
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cvs/cvs.spec
============================================================================
$ cvs diff -u -r1.72 -r1.73 cvs.spec
--- openpkg-src/cvs/cvs.spec 28 Aug 2003 13:23:46 -0000 1.72
+++ openpkg-src/cvs/cvs.spec 29 Aug 2003 11:16:51 -0000 1.73
@@ -37,7 +37,7 @@
Group: SCM
License: GPL
Version: %{V_cvs}
-Release: 20030828
+Release: 20030829
# package options
%option with_fsl yes
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/cvs/rc.cvs
============================================================================
$ cvs diff -u -r1.18 -r1.19 rc.cvs
--- openpkg-src/cvs/rc.cvs 24 Jul 2003 07:03:12 -0000 1.18
+++ openpkg-src/cvs/rc.cvs 29 Aug 2003 11:16:51 -0000 1.19
@@ -20,7 +20,7 @@
[ -f $cvs_pserverd_pidfile ] && kill -$1 `cat $cvs_pserverd_pidfile`
}
-%status -u root -o
+%status -u @l_susr@ -o
cvs_usable="unknown"
cvs_active="no"
rcService cvs enable yes && \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]