Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jan 2019 10:53:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        rc@FreeBSD.org
Subject:   [Bug 235185] www/fcgiwrap: environment should be cleaned in /usr/local/etc/rc.d/fcgiwrap
Message-ID:  <bug-235185-20181-qIWCVSkDI6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-235185-20181@https.bugs.freebsd.org/bugzilla/>
References:  <bug-235185-20181@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235185

--- Comment #37 from Rodrigo Osorio <rodrigo@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=3D/" \
        "PATH=3D/sbin:/bin:%%PREFIX%%/sbin:%%PREFIX%%/bin" \
        $procname -s ${fcgiwrap_socket} ${actual_fcgiwrap_flags}
}

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235185-20181-qIWCVSkDI6>