Hello Christian,
thank you very much for your submissing.
What is the bug this is trying to fix? I never noticed that something is not working okay here.
Best, -Michael
On Sat, 2017-06-10 at 12:56 +0200, Christian Kohlstedde wrote:
From: Christian Kohlstedde christian@kohlsted.de
src/initscripts/system/unbound | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/initscripts/system/unbound b/src/initscripts/system/unbound index 7437d93b8..04de3c1e0 100644 --- a/src/initscripts/system/unbound +++ b/src/initscripts/system/unbound @@ -457,7 +457,7 @@ disable_dnssec() { case "$1" in start) # Print a nicer messagen when unbound is already running
if pidofproc -s unbound; then
if pidofproc -s /usr/sbin/unbound; then
statusproc /usr/sbin/unbound exit 0 fi @@ -503,7 +503,7 @@ case "$1" in update-forwarders) # Do not try updating forwarders when unbound is not running
if ! pgrep unbound &>/dev/null; then
if pidofproc -s /usr/sbin/unbound; then
exit 0 fi