]> git.pld-linux.org Git - packages/bird.git/commitdiff
- "-d" is "debug", not "daemon" here (in fact it is the opposite)
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 8 Apr 2002 13:32:19 +0000 (13:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bird.init -> 1.2

bird.init

index 14bd86748f89422d10e3695ba4b48420343989d4..99784cce34bf2d4e1d091aafb904daa0ec62d889 100644 (file)
--- 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"
This page took 0.045629 seconds and 4 git commands to generate.