Allow process grouping to work portably againa (daemon config watch)
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
* Sort CDP/LLDP data to be more consistent when multiple neighbors on a port
|
* Sort CDP/LLDP data to be more consistent when multiple neighbors on a port
|
||||||
* Fix POD errors in Nbtstat and ResultSet::Device (thanks cpants :)
|
* Fix POD errors in Nbtstat and ResultSet::Device (thanks cpants :)
|
||||||
* UTF-8 encoding for Port Name (description)
|
* UTF-8 encoding for Port Name (description)
|
||||||
|
* Allow process grouping to work portably againa (daemon config watch)
|
||||||
|
|
||||||
2.028013 - 2014-07-31
|
2.028013 - 2014-07-31
|
||||||
|
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ use NetAddr::IP::Lite ':lower';
|
|||||||
use List::Util 'sum';
|
use List::Util 'sum';
|
||||||
use Role::Tiny::With;
|
use Role::Tiny::With;
|
||||||
use MCE::Signal '-setpgrp';
|
use MCE::Signal '-setpgrp';
|
||||||
|
setpgrp(0,0); # only portable variety of setpgrp
|
||||||
use MCE;
|
use MCE;
|
||||||
|
|
||||||
# set temporary MCE files' location in home directory
|
# set temporary MCE files' location in home directory
|
||||||
|
|||||||
Reference in New Issue
Block a user