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

(-)/usr/sbin/ifplugd.action.orig (-2 / +2 lines)
Lines 13-26 Link Here
13
13
14
case "$2" in
14
case "$2" in
15
	up)
15
	up)
16
		if [ ${init} == "/sbin/initng" ]; then
16
		if [ "${init}" == "/sbin/initng" ]; then
17
			ngc -u net/$1
17
			ngc -u net/$1
18
			exit $?
18
			exit $?
19
		fi
19
		fi
20
		state=start
20
		state=start
21
		;;
21
		;;
22
	down)
22
	down)
23
		if [ ${init} == "/sbin/initng" ]; then
23
		if [ "${init}" == "/sbin/initng" ]; then
24
			ngc -d net/$1
24
			ngc -d net/$1
25
			exit $?
25
			exit $?
26
		fi
26
		fi

Return to bug 98632