Hello community,

here is the log from the commit of package spamassassin for openSUSE:Factory 
checked in at 2012-07-12 14:55:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spamassassin (Old)
 and      /work/SRC/openSUSE:Factory/.spamassassin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spamassassin", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/spamassassin/spamassassin.changes        
2012-07-09 10:21:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.spamassassin.new/spamassassin.changes   
2012-07-12 14:55:03.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jul 11 07:47:47 UTC 2012 - [email protected]
+
+-  768582 - suse.cron-sa-update should allow to restart spamd after a 
successful run of sa-update
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ suse.cron-sa-update ++++++
--- /var/tmp/diff_new_pack.Mqa1WM/_old  2012-07-12 14:55:05.000000000 +0200
+++ /var/tmp/diff_new_pack.Mqa1WM/_new  2012-07-12 14:55:05.000000000 +0200
@@ -14,6 +14,10 @@
                 /usr/bin/sa-compile &> /dev/null
         fi
 
+        if [ "$SPAM_SPAMD_RESTART" = "yes" -a $result = 0 ] ; then
+                /etc/init.d/spamd restart &> /dev/null
+        fi
+
         if [ "$SPAM_AMAVISD_RESTART" = "yes" -a $result = 0 ] ; then
                 /etc/init.d/amavis restart &> /dev/null
         fi

++++++ sysconfig.spamd ++++++
--- /var/tmp/diff_new_pack.Mqa1WM/_old  2012-07-12 14:55:05.000000000 +0200
+++ /var/tmp/diff_new_pack.Mqa1WM/_new  2012-07-12 14:55:05.000000000 +0200
@@ -29,11 +29,20 @@
 SPAM_SA_COMPILE="no"
 
 ## Path:           Network/Mail/Spamassassin
-## Description:    Compile SpamAssassin ruleset into native code
+## Description:    Restart spamd after recompiling spamassassin ruleset
 ## Type:           yesno
-## Default:        "no"
+## Default:        "yes"
 #
 # Set this varible to yes if you want the daily cron job
-# restart SpamAssassin after calling sa-update.
-SPAM_AMAVISD_RESTART="no"
+# restart spamd after recompiling spamassassin ruleset.
+SPAM_SPAMD_RESTART="yes"
+
+## Path:           Network/Mail/Spamassassin
+## Description:    Restart amavisd after recompiling spamassassin ruleset
+## Type:           yesno
+## Default:        "yes"
+#
+# Set this varible to yes if you want the daily cron job
+# restart amavisd after recompiling spamassassin ruleset.
+SPAM_AMAVISD_RESTART="yes"
 

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

Reply via email to