]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
pdns-recursor.init: remove --control-console 2378/head
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Wed, 25 Mar 2015 14:05:28 +0000 (15:05 +0100)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Wed, 25 Mar 2015 14:06:11 +0000 (15:06 +0100)
Remove --control-console from `monitor` subcommand. That's a leftover
from the Authoritative init script.

Fixes #2310.

pdns/pdns-recursor.init.d

index 791ed5026a267d2e0a5e6ebf439681f50e7c1a33..dcf6f88d1aaf1b4388daa32f653da266aa35a934 100755 (executable)
@@ -90,9 +90,9 @@ case "$1" in
                then 
                        echo "already running"
                else
-                       $pdns_server --daemon=no --quiet=no --control-console --loglevel=9
+                       $pdns_server --daemon=no --quiet=no --loglevel=9
                fi 
-       ;;              
+       ;;
 
        *)
        echo pdns [start\|stop\|force-reload\|restart\|status\|monitor]