OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 28-Jun-2003 17:10:10
Branch: HEAD Handle: 2003062816100901
Modified files:
openpkg-src/whoson rc.whoson whoson.spec
openpkg-web news.txt
Log:
remove tabs; make %restart similar to %start; require susr; remove
extra comment
Summary:
Revision Changes Path
1.5 +10 -11 openpkg-src/whoson/rc.whoson
1.6 +1 -1 openpkg-src/whoson/whoson.spec
1.5064 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/whoson/rc.whoson
============================================================================
$ cvs diff -u -r1.4 -r1.5 rc.whoson
--- openpkg-src/whoson/rc.whoson 24 Jun 2003 16:10:20 -0000 1.4
+++ openpkg-src/whoson/rc.whoson 28 Jun 2003 15:10:10 -0000 1.5
@@ -4,7 +4,7 @@
##
%config
- whoson_enable="yes"
+ whoson_enable="yes"
whoson_log_prolog="true"
whoson_log_epilog="true"
whoson_log_numfiles="10"
@@ -12,30 +12,29 @@
whoson_log_complevel="9"
%common
- whoson_pidfile="@l_prefix@/var/whoson/whoson.pid"
+ whoson_pidfile="@l_prefix@/var/whoson/whoson.pid"
%start -p 200 -u @l_susr@
- opServiceEnabled whoson || exit 0
+ opServiceEnabled whoson || exit 0
@l_prefix@/sbin/whosond >$whoson_pidfile
- exit 0
+ exit 0
%stop -p 200 -u @l_susr@
- opServiceEnabled whoson || exit 0
+ opServiceEnabled whoson || exit 0
kill -TERM `cat $whoson_pidfile`
rm -f $whoson_pidfile
- exit 0
+ exit 0
%restart -u @l_susr@
- opServiceEnabled whoson || exit 0
+ opServiceEnabled whoson || exit 0
kill -TERM `cat $whoson_pidfile`
sleep 2
rm -f $whoson_pidfile
- @l_prefix@/sbin/whosond
+ @l_prefix@/sbin/whosond >$whoson_pidfile
+ exit 0
-%daily -u @l_rusr@
+%daily -u @l_susr@
opServiceEnabled whoson || exit 0
-
- # rotate logfile
shtool rotate -f \
-n${whoson_log_numfiles} -s${whoson_log_minsize} -d \
-z${whoson_log_complevel} [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ -m644 \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/whoson/whoson.spec
============================================================================
$ cvs diff -u -r1.5 -r1.6 whoson.spec
--- openpkg-src/whoson/whoson.spec 24 Jun 2003 16:16:54 -0000 1.5
+++ openpkg-src/whoson/whoson.spec 28 Jun 2003 15:10:10 -0000 1.6
@@ -33,7 +33,7 @@
Group: Mail
License: GPL
Version: 2.02a
-Release: 20030624
+Release: 20030628
# package options
%option with_fsl yes
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5063 -r1.5064 news.txt
--- openpkg-web/news.txt 28 Jun 2003 15:07:35 -0000 1.5063
+++ openpkg-web/news.txt 28 Jun 2003 15:10:09 -0000 1.5064
@@ -1,3 +1,4 @@
+28-Jun-2003: Upgraded package: P<whoson-2.02a-20030628>
28-Jun-2003: Upgraded package: P<vrrpd-0.8.7-20030628>
28-Jun-2003: Upgraded package: P<teapop-0.3.5-20030628>
28-Jun-2003: Upgraded package: P<smtpfeed-1.18-20030628>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]