[Bug 235185] www/fcgiwrap: environment should be cleaned in /usr/local/etc/rc.d/fcgiwrap

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jan 25 16:02:31 UTC 2019


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

--- Comment #14 from vas at 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.


More information about the freebsd-rc mailing list