diff --git a/Netdisco/Changes b/Netdisco/Changes index 4fd140d9..b82ff02f 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.027005_002 - 2014-05-22 [ENHANCEMENTS] diff --git a/Netdisco/META.yml b/Netdisco/META.yml index 9ee10c9f..3778e133 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -80,4 +80,4 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: git://git.code.sf.net/p/netdisco/netdisco-ng -version: 2.027005_001 +version: 2.027006 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; } } diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index c07f0f4e..5685c4ba 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.010_000; -our $VERSION = '2.027005_001'; +our $VERSION = '2.027006'; use App::Netdisco::Configuration; =head1 NAME