rpms/spamassassin/devel sa-update.cronscript, 1.2, 1.3 spamassassin.spec, 1.84, 1.85

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Feb 13 18:32:27 UTC 2007


Author: wtogami

Update of /cvs/dist/rpms/spamassassin/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv29701

Modified Files:
	sa-update.cronscript spamassassin.spec 
Log Message:
silence sa-update cron script



Index: sa-update.cronscript
===================================================================
RCS file: /cvs/dist/rpms/spamassassin/devel/sa-update.cronscript,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sa-update.cronscript	7 Feb 2007 22:48:00 -0000	1.2
+++ sa-update.cronscript	13 Feb 2007 18:32:20 -0000	1.3
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 sleep $(expr $RANDOM % 7200)
-echo SpamAssassin rule update begins at `date`
+#echo SpamAssassin rule update begins at `date`
 # Only restart spamd if sa-update returns 0, meaning it updated the rules
-/usr/bin/sa-update && /etc/init.d/spamassassin condrestart
+/usr/bin/sa-update && /etc/init.d/spamassassin condrestart > /dev/null
 echo


Index: spamassassin.spec
===================================================================
RCS file: /cvs/dist/rpms/spamassassin/devel/spamassassin.spec,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- spamassassin.spec	7 Feb 2007 22:48:00 -0000	1.84
+++ spamassassin.spec	13 Feb 2007 18:32:20 -0000	1.85
@@ -12,7 +12,7 @@
 Summary: Spam filter for email which can be invoked from mail delivery agents.
 Name: spamassassin
 Version: 3.1.7
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: Apache License
 Group: Applications/Internet
 URL: http://spamassassin.apache.org/
@@ -186,6 +186,9 @@
 exit 0
 
 %changelog
+* Tue Feb 13 2007 Warren Togami <wtogami at redhat.com> 3.1.7-9
+- silence sa-update cron script
+
 * Wed Feb 07 2007 Warren Togami <wtogami at redhat.com> 3.1.7-8
 - only restart spamd if necessary after sa-update (#227756)
 




More information about the fedora-cvs-commits mailing list