You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2007/02/17 06:01:50 UTC

svn commit: r508710 - /spamassassin/branches/3.1/spamd/redhat-rc-script.sh

Author: felicity
Date: Fri Feb 16 21:01:50 2007
New Revision: 508710

URL: http://svn.apache.org/viewvc?view=rev&rev=508710
Log:
bug 5337: change the start order for redhat such that spamd starts before the MTA

Modified:
    spamassassin/branches/3.1/spamd/redhat-rc-script.sh

Modified: spamassassin/branches/3.1/spamd/redhat-rc-script.sh
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.1/spamd/redhat-rc-script.sh?view=diff&rev=508710&r1=508709&r2=508710
==============================================================================
--- spamassassin/branches/3.1/spamd/redhat-rc-script.sh (original)
+++ spamassassin/branches/3.1/spamd/redhat-rc-script.sh Fri Feb 16 21:01:50 2007
@@ -2,7 +2,7 @@
 #
 # spamassassin This script starts and stops the spamd daemon
 #
-# chkconfig: - 80 30
+# chkconfig: - 78 30
 # processname: spamd
 # description: spamd is a daemon process which uses SpamAssassin to check \
 #              email messages for SPAM.  It is normally called by spamc \