]> git.pld-linux.org Git - packages/pdnsd.git/commitdiff
- should be started as a daemon
authoralchemyx <alchemyx@pld-linux.org>
Thu, 8 Feb 2001 11:14:56 +0000 (11:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pdnsd.init -> 1.4

pdnsd.init

index d6cd0d8da8ed89f8a1029854e9747b68ad29e20e..b844532582de595336b350ad79b3e7337bfefc1c 100644 (file)
@@ -29,7 +29,7 @@ case "$1" in
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/pdns ]; then
                msg_starting Pdns
-               daemon pdnsd
+               daemon pdnsd --daemon
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/pdns
        else
This page took 0.094406 seconds and 4 git commands to generate.