https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235185

--- Comment #14 from v...@mpeks.tomsk.su ---
(In reply to Rodrigo Osorio from comment #13)

> Are we allowed to change the way fastcgi behaves, if we think it can breaks 
> hundred of installed servers ? 

If those servers work fine after a reboot (with a minimail environment
available at system startup) this change is not likely to break them.

> Are we supposed to start a service 'manually' instead of using the dedicate 
> service binary 

A good question. The /usr/sbin/service script contains the line:

exec env -i HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin $dir/$script $*

so it probably does make a difference using a) the dedicated service command or
b) startup scripts directly. I don't know if this inconsistency is a bug, or a
feature.

-- 
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"

Reply via email to