Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 149467 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/etc/init.d/spawn-fcgi
0
++ b/etc/init.d/spawn-fcgi
Lines 25-31 start() { Link Here
25
        done
25
        done
26
26
27
        # clean environment and set up a new one
27
        # clean environment and set up a new one
28
        env - ${E} ${EX} 2>${SPAWNFCGI_PID}
28
        env - ${E} ${EX} &> ${SPAWNFCGI_PID}
29
        my_end=$?
29
        my_end=$?
30
        if [ "$my_end" != "0" ]; then
30
        if [ "$my_end" != "0" ]; then
31
                [ -f ${SPAWNFCGI_PID} ] && rm -f ${SPAWNFCGI_PID}
31
                [ -f ${SPAWNFCGI_PID} ] && rm -f ${SPAWNFCGI_PID}

Return to bug 149467