OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 08-Jul-2003 00:01:43
Branch: HEAD Handle: 2003070723014101
Modified files:
openpkg-src/bs rc.bs
openpkg-src/clamav rc.clamav
openpkg-src/ntp rc.ntp
Log:
rclint police: fix whitespace on empty line
Summary:
Revision Changes Path
1.5 +1 -1 openpkg-src/bs/rc.bs
1.2 +1 -1 openpkg-src/clamav/rc.clamav
1.11 +0 -1 openpkg-src/ntp/rc.ntp
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bs/rc.bs
============================================================================
$ cvs diff -u -r1.4 -r1.5 rc.bs
--- openpkg-src/bs/rc.bs 24 Jun 2003 12:07:40 -0000 1.4
+++ openpkg-src/bs/rc.bs 7 Jul 2003 22:01:41 -0000 1.5
@@ -51,7 +51,7 @@
${bs_apachectl} stop
rm @l_prefix@/var/bs/run/apache.pid
fi
-
+
%restart -u @l_rusr@
opServiceEnabled bs || exit 0
if [ -f @l_prefix@/var/bs/bs.pid ]; then
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/clamav/rc.clamav
============================================================================
$ cvs diff -u -r1.1 -r1.2 rc.clamav
--- openpkg-src/clamav/rc.clamav 2 Jul 2003 12:32:19 -0000 1.1
+++ openpkg-src/clamav/rc.clamav 7 Jul 2003 22:01:41 -0000 1.2
@@ -13,7 +13,7 @@
%start -p 200 -u @l_rusr@
opServiceEnabled clamav || exit 0
@l_prefix@/sbin/clamd --config-file=$clamav_cfgfile
-
+
%stop -p 200 -u @l_rusr@
opServiceEnabled clamav || exit 0
if [ -f $clamav_pidfile ]; then
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/ntp/rc.ntp
============================================================================
$ cvs diff -u -r1.10 -r1.11 rc.ntp
--- openpkg-src/ntp/rc.ntp 7 Jul 2003 21:54:25 -0000 1.10
+++ openpkg-src/ntp/rc.ntp 7 Jul 2003 22:01:42 -0000 1.11
@@ -56,7 +56,6 @@
`grep "^server" @l_prefix@/etc/ntp/ntp.conf |\
awk '{ printf(" %s", $2); }'`
) >/dev/null &
-
%daily -u @l_susr@
opServiceEnabled ntp && opVarIsYes ntp_daemon || exit 0
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]