Hello community,

here is the log from the commit of package postfix for openSUSE:Factory
checked in at Mon Apr 11 09:00:20 CEST 2011.



--------
--- postfix/postfix.changes     2011-03-31 00:00:51.000000000 +0200
+++ /mounts/work_src_done/STABLE/postfix/postfix.changes        2011-04-10 
09:01:11.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Apr 10 07:00:18 UTC 2011 - [email protected]
+
+- bnc#641271 - postfix-2.7.1: init script cannot properly stop
+  multi-instance configurations 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ postfix.spec ++++++
--- /var/tmp/diff_new_pack.iIX9zH/_old  2011-04-11 08:59:22.000000000 +0200
+++ /var/tmp/diff_new_pack.iIX9zH/_new  2011-04-11 08:59:22.000000000 +0200
@@ -22,7 +22,7 @@
 Name:           postfix
 Summary:        A fast, secure, and flexible mailer
 Version:        2.8.2
-Release:        1
+Release:        5
 License:        IBM Public License ..
 Group:          Productivity/Networking/Email/Servers
 Url:            http://www.postfix.org/

++++++ postfix-SuSE.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/postfix-SuSE/rc.postfix new/postfix-SuSE/rc.postfix
--- old/postfix-SuSE/rc.postfix 2010-07-06 17:03:26.000000000 +0200
+++ new/postfix-SuSE/rc.postfix 2011-04-10 08:59:58.000000000 +0200
@@ -173,10 +173,8 @@
         ;;
     stop)
         echo -n "Shutting down mail service (Postfix)"
-        ## Stop daemon with killproc(8) and if this fails
-        ## set echo the echo return value.
 
-       /sbin/killproc -p $PIDFILE -TERM $MASTER_BIN
+               $POSTFIX_BIN stop > /dev/null 2>&1
 
        # Remember status and be verbose
        cond_slp "deregister" &
@@ -201,14 +199,10 @@
        rc_status
         ;;
     force-reload)
-       ## Signal the daemon to reload its config. Most daemons
-       ## do this on signal 1 (SIGHUP).
-       ## If it does not support it, restart.
 
        echo -n "Reload mail service (Postfix)"
-       # if it supports it:
-       /sbin/killproc -p $PIDFILE -HUP $MASTER_BIN
-       #touch /var/run/FOO.pid
+
+       $POSTFIX_BIN reload > /dev/null 2>&1
        rc_status -v
        POSTFIX_BIN flush > /dev/null 2>&1
 
@@ -219,9 +213,7 @@
     reload)
         echo -n "Reload mail service (Postfix)"
 
-       # If it supports signalling:
-       /sbin/killproc -p $PIDFILE -HUP $MASTER_BIN
-       #touch /var/run/FOO.pid
+       $POSTFIX_BIN reload > /dev/null 2>&1
        rc_status -v
        $POSTFIX_BIN flush > /dev/null 2>&1
        


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to