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-Sep-2007 23:42:43 Branch: HEAD Handle: 2007090722424300 Modified files: openpkg-src/milter-sa milter-sa.spec rc.milter-sa Log: use shared MILTER socket directory Summary: Revision Changes Path 1.6 +1 -1 openpkg-src/milter-sa/milter-sa.spec 1.3 +1 -1 openpkg-src/milter-sa/rc.milter-sa ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/milter-sa/milter-sa.spec ============================================================================ $ cvs diff -u -r1.5 -r1.6 milter-sa.spec --- openpkg-src/milter-sa/milter-sa.spec 7 Aug 2007 10:15:17 -0000 1.5 +++ openpkg-src/milter-sa/milter-sa.spec 7 Sep 2007 21:42:43 -0000 1.6 @@ -33,7 +33,7 @@ Group: Mail License: GPL Version: 0.3.1 -Release: 20070807 +Release: 20070907 # package options %option with_fsl yes @@ . patch -p0 <<'@@ .' Index: openpkg-src/milter-sa/rc.milter-sa ============================================================================ $ cvs diff -u -r1.2 -r1.3 rc.milter-sa --- openpkg-src/milter-sa/rc.milter-sa 7 Aug 2007 10:15:17 -0000 1.2 +++ openpkg-src/milter-sa/rc.milter-sa 7 Sep 2007 21:42:43 -0000 1.3 @@ -15,7 +15,7 @@ %common milter_sa_pidfile="@l_prefix@/var/milter-sa/milter-sa.pid" milter_sa_logfile="@l_prefix@/var/milter-sa/milter-sa.log" - milter_sa_socket="@l_prefix@/var/milter-sa/milter-sa.socket" + milter_sa_socket="@l_prefix@/var/milter/socket/milter-sa" milter_sa_signal () { [ -f $milter_sa_pidfile ] && kill -$1 `cat $milter_sa_pidfile` } @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org