From 1f4bc5c9859da21e1a328a8c638bc0845eecf09f Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Mon, 8 Apr 2002 13:32:19 +0000 Subject: [PATCH] - "-d" is "debug", not "daemon" here (in fact it is the opposite) Changed files: bird.init -> 1.2 --- bird.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bird.init b/bird.init index 14bd867..99784cc 100644 --- a/bird.init +++ b/bird.init @@ -35,7 +35,7 @@ case "$1" in # Check if the services are already running? if [ ! -f /var/lock/subsys/bird ]; then msg_starting "bird" - daemon ${SERVICE_RUN_NICE_LEVEL} bird -d + daemon ${SERVICE_RUN_NICE_LEVEL} bird touch /var/lock/subsys/bird else msg_Already_Running "bird" -- 2.43.0