diff dnsbl.rc @ 113:a893afee4b80 stable-5-11

move to autoconf/automake/docbook
author carl
date Tue, 20 Dec 2005 17:35:16 -0800
parents c3e9fa6b37c6
children 97d7da45fe2a
line wrap: on
line diff
--- a/dnsbl.rc	Sun Dec 18 16:56:38 2005 -0800
+++ b/dnsbl.rc	Tue Dec 20 17:35:16 2005 -0800
@@ -21,7 +21,7 @@
         # Start daemons.
         echo -n "Starting dnsbl-milter: "
         if [ ! -f /var/lock/subsys/dnsbl ]; then
-            cd SYSCONFDIR   # conf file is here
+            cd SYSCONFDIR/dnsbl     # conf file is here
             SBINDIR/dnsbl -d 10 -r /var/run/dnsbl/dnsbl.resolver.sock -p local:/var/run/dnsbl/dnsbl.sock
             RETVAL=$?
             pid=`pidof -s SBINDIR/dnsbl`