https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235185
Jilles Tjoelker <jil...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jil...@freebsd.org --- Comment #27 from Jilles Tjoelker <jil...@freebsd.org> --- 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. _______________________________________________ freebsd-rc@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-rc To unsubscribe, send any mail to "freebsd-rc-unsubscr...@freebsd.org"