Merge branch 'og-redirect-filehandles-fix'
Conflicts: Netdisco/Changes Netdisco/META.yml Netdisco/lib/App/Netdisco.pm
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user