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

(-)/lib64/rc/net/br2684ctl.sh.ORIG (+1 lines)
Lines 45-50 Link Here
45
	start-stop-daemon --start --exec $(_br2684ctl) --background \
45
	start-stop-daemon --start --exec $(_br2684ctl) --background \
46
		--make-pidfile --pidfile "/var/run/br2684ctl-${IFACE}.pid" \
46
		--make-pidfile --pidfile "/var/run/br2684ctl-${IFACE}.pid" \
47
		-- -c "${IFACE#nas*}" ${opts}
47
		-- -c "${IFACE#nas*}" ${opts}
48
	sleep 30
48
	eend $?
49
	eend $?
49
}
50
}
50
51

Return to bug 266875