https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235185
Jilles Tjoelker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #27 from Jilles Tjoelker <[email protected]> --- I think restarting fcgiwrap using the command "/usr/local/etc/rc.d/fcgiwrap restart" is wrong; the correct command is "service fcgiwrap restart". Our service(8) basically only sanitizes the environment and then starts the script but service(8) implementations of other init systems may send a message to a daemon telling it to restart the service (so any daemon started is not a descendant of the service(8) process). I think writing code to fix "/usr/local/etc/rc.d/fcgiwrap restart" is inappropriate. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-rc To unsubscribe, send any mail to "[email protected]"
