Merge branch 'og-redirect-filehandles-fix'

Conflicts:
	Netdisco/Changes
	Netdisco/META.yml
	Netdisco/lib/App/Netdisco.pm
This commit is contained in:
Oliver Gorwits
2014-05-27 07:13:36 +01:00
4 changed files with 9 additions and 3 deletions

View File

@@ -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]

View File

@@ -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

View File

@@ -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;
}
}

View File

@@ -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