From 01d28490a6e3bcd13f13a6457dd25cd9eca2da13 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Tue, 27 May 2014 07:07:56 +0100 Subject: [PATCH] fix another bug in call to Daemon::Contol redirect_filehandles --- Netdisco/Changes | 6 ++++++ Netdisco/bin/netdisco-daemon | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Netdisco/Changes b/Netdisco/Changes index dc235650..c1c4c35d 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,3 +1,9 @@ +2.027006 - 2014-05-27 + + [BUG FIXES] + + * fix another bug in call to Daemon::Contol redirect_filehandles + 2.027004 - 2014-05-15 [BUG FIXES] diff --git a/Netdisco/bin/netdisco-daemon b/Netdisco/bin/netdisco-daemon index 68cecfdc..ee7999f5 100755 --- a/Netdisco/bin/netdisco-daemon +++ b/Netdisco/bin/netdisco-daemon @@ -93,7 +93,7 @@ sub restarter { warn "-- $_->{path} updated.\n" for @restart; signal_child('TERM', $child); - $child = fork_and_start(@program_args); + $child = fork_and_start($daemon, @program_args); exit(1) unless $child; } }