From: alchemyx Date: Thu, 8 Feb 2001 11:14:56 +0000 (+0000) Subject: - should be started as a daemon X-Git-Tag: pdnsd-1_1_2-2~3 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=957967af0c03f420ba67adb7974ca29128847154;p=packages%2Fpdnsd.git - should be started as a daemon Changed files: pdnsd.init -> 1.4 --- diff --git a/pdnsd.init b/pdnsd.init index d6cd0d8..b844532 100644 --- a/pdnsd.init +++ b/pdnsd.init @@ -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