[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
Mon Jan 28 10:53:14 UTC 2019


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

--- Comment #37 from Rodrigo Osorio <rodrigo at FreeBSD.org> ---
(In reply to Rodney W. Grimes from comment #36)

Oh, sorry for the misunderstanding.

SO you are thinking about something like this :

fcgiwrap_start() {
    /usr/sbin/daemon \
        -f -p ${pidfile} \
        /usr/bin/env -i \
        "HOME=/" \
        "PATH=/sbin:/bin:%%PREFIX%%/sbin:%%PREFIX%%/bin" \
        $procname -s ${fcgiwrap_socket} ${actual_fcgiwrap_flags}
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-rc mailing list