Subject: | Path name for restart is mangled |
This line
$script = $ENV{'PWD'} .'/'. $0 if $ENV{'PWD'};
is probably due to this "fix":
Store $ENV{PWD} as part of script name for HUP'ing (Russel Pettway)
It is plain Stoopid(tm) because it generates a path like this:
/home/lupe//usr/local/sbin/munin-node
The fix is left as an exercise for the reader :-P
Lupe Christoph