OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 24-Jul-2007 15:07:00
Branch: HEAD Handle: 2007072414065900
Modified files:
openpkg-src/exim exim.spec rc.exim
Log:
code redundancy and cosmetics
Summary:
Revision Changes Path
1.111 +1 -1 openpkg-src/exim/exim.spec
1.19 +4 -6 openpkg-src/exim/rc.exim
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/exim/exim.spec
============================================================================
$ cvs diff -u -r1.110 -r1.111 exim.spec
--- openpkg-src/exim/exim.spec 17 Apr 2007 15:07:16 -0000 1.110
+++ openpkg-src/exim/exim.spec 24 Jul 2007 13:06:59 -0000 1.111
@@ -33,7 +33,7 @@
Group: Mail
License: GPL
Version: 4.67
-Release: 20070417
+Release: 20070724
# package options
%option with_auth_cram_md5 no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/exim/rc.exim
============================================================================
$ cvs diff -u -r1.18 -r1.19 rc.exim
--- openpkg-src/exim/rc.exim 12 Jan 2007 16:02:19 -0000 1.18
+++ openpkg-src/exim/rc.exim 24 Jul 2007 13:06:59 -0000 1.19
@@ -45,19 +45,17 @@
%stop -u @l_susr@
rcService exim enable yes || exit 0
- rcService exim active no && exit 0
+ rcService exim active no && exit 0
exim_signal TERM
%restart -u @l_susr@
rcService exim enable yes || exit 0
- rcService exim active no && exit 0
- exim_signal TERM
- sleep 1
- @l_prefix@/sbin/exim ${exim_flags}
+ rcService exim active no && exit 0
+ rc exim stop start
%reload -u @l_susr@
rcService exim enable yes || exit 0
- rcService exim active no && exit 0
+ rcService exim active no && exit 0
exim_signal HUP
%daily -u @l_susr@
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]