OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 19-Jul-2008 14:27:36
Branch: HEAD Handle: 2008071913273600
Modified files:
openpkg-src/rsync rc.rsync rsync.spec
Log:
remove PID file (after we know that the PID is no longer existing) as
rsync daemon dislikes to startup if an old PID file is still staying
around
Summary:
Revision Changes Path
1.27 +1 -0 openpkg-src/rsync/rc.rsync
1.98 +1 -1 openpkg-src/rsync/rsync.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/rsync/rc.rsync
============================================================================
$ cvs diff -u -r1.26 -r1.27 rc.rsync
--- openpkg-src/rsync/rc.rsync 4 Sep 2006 06:13:34 -0000 1.26
+++ openpkg-src/rsync/rc.rsync 19 Jul 2008 12:27:36 -0000 1.27
@@ -35,6 +35,7 @@
rcService rsync enable yes || exit 0
rcService rsync active yes && exit 0
rcVarIsYes rsync_daemon || exit 0
+ rm -f $rsync_pidfile 2>/dev/null || true
nice -n $rsync_nice @l_prefix@/bin/rsync \
$rsync_flags --daemon --config=$rsync_cfgfile
sleep 2
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/rsync/rsync.spec
============================================================================
$ cvs diff -u -r1.97 -r1.98 rsync.spec
--- openpkg-src/rsync/rsync.spec 30 Jun 2008 17:52:05 -0000 1.97
+++ openpkg-src/rsync/rsync.spec 19 Jul 2008 12:27:36 -0000 1.98
@@ -32,7 +32,7 @@
Group: Filesystem
License: GPL
Version: 3.0.3
-Release: 20080630
+Release: 20080719
# package options
%option with_iconv no
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]