From e7781ce5d1e582d30a21841076f030519317e54b Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Wed, 25 Mar 2015 15:05:28 +0100 Subject: [PATCH] pdns-recursor.init: remove --control-console Remove --control-console from `monitor` subcommand. That's a leftover from the Authoritative init script. Fixes #2310. --- pdns/pdns-recursor.init.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/pdns-recursor.init.d b/pdns/pdns-recursor.init.d index 791ed5026a..dcf6f88d1a 100755 --- a/pdns/pdns-recursor.init.d +++ b/pdns/pdns-recursor.init.d @@ -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] -- 2.47.2