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

Collapse All | Expand All

(-)/usr/portage/tree/official/dev-libs/libcgroup/files/cgred.initd (-1 / +1 lines)
Lines 17-23 Link Here
17
17
18
start() {
18
start() {
19
	local options="${NODAEMON} ${LOG}"
19
	local options="${NODAEMON} ${LOG}"
20
	if [[ -n "${LOG_FILE}" ]]; then
20
	if [ -n "${LOG_FILE}" ]; then
21
		options="${options} --log-file=${LOG_FILE}"
21
		options="${options} --log-file=${LOG_FILE}"
22
	fi
22
	fi
23
23

Return to bug 357729