Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 274573
Collapse All | Expand All

(-)/usr/portage/www-servers/spawn-fcgi/files/spawn-fcgi.initd (+4 lines)
Lines 69-74 Link Here
69
		OPTIONS="${OPTIONS} -g ${FCGI_GROUP}"
69
		OPTIONS="${OPTIONS} -g ${FCGI_GROUP}"
70
	fi
70
	fi
71
71
72
	if [ -n "${FCGI_DIR}" ]; then
73
		OPTIONS="${OPTIONS} -d ${FCGI_DIR}"
74
	fi
75
72
	unset E
76
	unset E
73
	for i in ${ALLOWED_ENV}; do
77
	for i in ${ALLOWED_ENV}; do
74
		local j
78
		local j

Return to bug 274573