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

Collapse All | Expand All

(-)network.orig (-2 / +2 lines)
Lines 25-34 Link Here
25
25
26
case "${ACTION}" in
26
case "${ACTION}" in
27
	"start" | "resume" )
27
	"start" | "resume" )
28
		/etc/init.d/net.$DEVICE start
28
		/etc/init.d/net.$DEVICE --quiet start
29
		;;
29
		;;
30
	"stop")
30
	"stop")
31
		/etc/init.d/net.$DEVICE stop
31
		/etc/init.d/net.$DEVICE --quiet stop
32
		;;
32
		;;
33
	"check")
33
	"check")
34
		;;
34
		;;

Return to bug 28130