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

(-)/etc/init.d/wicd (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
start() {
14
start() {
15
	ebegin "Starting wicd daemon"
15
	ebegin "Starting wicd daemon"
16
	$WICD_DAEMON &>/dev/null
16
	"${WICD_DAEMON}" >/dev/null 2>&1
17
	eend $?
17
	eend $?
18
}
18
}
19
19

Return to bug 238278