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: 07-Aug-2007 12:15:18
Branch: HEAD Handle: 2007080711151700
Modified files:
openpkg-src/milter-sa milter-sa.spec rc.milter-sa
Log:
spamass-milter requires more time to shutdown
Summary:
Revision Changes Path
1.5 +1 -1 openpkg-src/milter-sa/milter-sa.spec
1.2 +1 -1 openpkg-src/milter-sa/rc.milter-sa
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/milter-sa/milter-sa.spec
============================================================================
$ cvs diff -u -r1.4 -r1.5 milter-sa.spec
--- openpkg-src/milter-sa/milter-sa.spec 6 Aug 2007 19:20:21 -0000
1.4
+++ openpkg-src/milter-sa/milter-sa.spec 7 Aug 2007 10:15:17 -0000
1.5
@@ -33,7 +33,7 @@
Group: Mail
License: GPL
Version: 0.3.1
-Release: 20070806
+Release: 20070807
# package options
%option with_fsl yes
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/milter-sa/rc.milter-sa
============================================================================
$ cvs diff -u -r1.1 -r1.2 rc.milter-sa
--- openpkg-src/milter-sa/rc.milter-sa 30 Dec 2006 17:16:08 -0000
1.1
+++ openpkg-src/milter-sa/rc.milter-sa 7 Aug 2007 10:15:17 -0000
1.2
@@ -45,7 +45,7 @@
rcService milter-sa enable yes || exit 0
rcService milter-sa active no && exit 0
milter_sa_signal TERM
- sleep 2
+ sleep 4
rm -f $milter_sa_pidfile >/dev/null 2>&1 || true
rm -f $milter_sa_socket >/dev/null 2>&1 || true
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]