SOURCES: spamassassin-spamd.init - read correct config, set defaul...

glen glen at pld-linux.org
Mon Jan 30 09:59:18 CET 2006


Author: glen                         Date: Mon Jan 30 08:59:18 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- read correct config, set defaults if config not present

---- Files affected:
SOURCES:
   spamassassin-spamd.init (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/spamassassin-spamd.init
diff -u SOURCES/spamassassin-spamd.init:1.3 SOURCES/spamassassin-spamd.init:1.4
--- SOURCES/spamassassin-spamd.init:1.3	Fri Nov  4 18:22:50 2005
+++ SOURCES/spamassassin-spamd.init	Mon Jan 30 09:59:13 2006
@@ -16,9 +16,10 @@
 # Source networking configuration.
 . /etc/sysconfig/network
 
+SPAMD_OPTS="-d -c"
 # Source configureation.
-if [ -f /etc/sysconfig/spamassassin ] ; then
-	. /etc/sysconfig/spamassassin
+if [ -f /etc/sysconfig/spamd ] ; then
+	. /etc/sysconfig/spamd
 fi
 
 # Check that networking is up.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/spamassassin-spamd.init?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list