diff --git a/Netdisco/Changes b/Netdisco/Changes index f8a28efd..9a060605 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -21,6 +21,7 @@ * Sort CDP/LLDP data to be more consistent when multiple neighbors on a port * Fix POD errors in Nbtstat and ResultSet::Device (thanks cpants :) * UTF-8 encoding for Port Name (description) + * Allow process grouping to work portably againa (daemon config watch) 2.028013 - 2014-07-31 diff --git a/Netdisco/bin/netdisco-daemon-fg b/Netdisco/bin/netdisco-daemon-fg index 69a73c39..0d1073d6 100755 --- a/Netdisco/bin/netdisco-daemon-fg +++ b/Netdisco/bin/netdisco-daemon-fg @@ -29,6 +29,7 @@ use NetAddr::IP::Lite ':lower'; use List::Util 'sum'; use Role::Tiny::With; use MCE::Signal '-setpgrp'; +setpgrp(0,0); # only portable variety of setpgrp use MCE; # set temporary MCE files' location in home directory