Hello community,

here is the log from the commit of package spamassassin for openSUSE:Factory 
checked in at 2012-07-09 10:21:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spamassassin (Old)
 and      /work/SRC/openSUSE:Factory/.spamassassin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spamassassin", Maintainer is "vark...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/spamassassin/spamassassin.changes        
2012-06-26 20:04:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.spamassassin.new/spamassassin.changes   
2012-07-09 10:21:49.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul  3 09:57:18 UTC 2012 - vark...@suse.com
+
+- killproc can not stop spamd
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ init.spamd ++++++
--- /var/tmp/diff_new_pack.WJS0gv/_old  2012-07-09 10:21:53.000000000 +0200
+++ /var/tmp/diff_new_pack.WJS0gv/_new  2012-07-09 10:21:53.000000000 +0200
@@ -93,7 +93,8 @@
        ## Stop daemon with killproc(8) and if this fails
        ## set echo the echo return value.
 
-       killproc -p $PIDFILE -TERM $SPAMD_BIN
+        PID=$( cat $PIDFILE )
+        grep -q $SPAMD_BIN /proc/$PID/cmdline && kill -TERM $PID
 
        # Remember status and be verbose
        rc_status -v
@@ -139,7 +140,8 @@
 
        # If it supports signalling:
        echo -n "Reload service spamd "
-       killproc -HUP $SPAMD_BIN
+        PID=$( cat $PIDFILE )
+        grep -q $SPAMD_BIN /proc/$PID/cmdline && kill -HUP $PID
        touch /var/run/spamd.pid
        rc_status -v
        ;;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to