]> git.pld-linux.org Git - packages/pdnsd.git/commitdiff
- final fix, works fine now
authoralchemyx <alchemyx@pld-linux.org>
Thu, 8 Feb 2001 11:40:24 +0000 (11:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pdnsd.init -> 1.5

pdnsd.init

index b844532582de595336b350ad79b3e7337bfefc1c..f168b6c1b01e655b148007a6c0c7815f1e1aaec3 100644 (file)
@@ -40,7 +40,7 @@ case "$1" in
   stop)
         # Stop daemons.
         # show "Stopping %s service" pdns
-       if [ -f /var/lock/subsys/syslogd ]; then
+       if [ -f /var/lock/subsys/pdns ]; then
                msg_stopping Pdns
                killproc pdnsd
                rm -f /var/lock/subsys/pdns >/dev/null 2>&1
This page took 0.082531 seconds and 4 git commands to generate.