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

--- Comment #37 from Rodrigo Osorio <rodr...@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.
_______________________________________________
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