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

(-)file_not_specified_in_diff (-13 / +25 lines)
Line 5 Link Here
5
MODULESDIR="${RC_LIBEXECDIR}/net"
5
MODULESDIR="/lib/netifrc/net"
6
--
Line 119 Link Here
119
		sleep 1
Line 125 Link Here
124
		sleep 1
Line 154 Link Here
154
		case $i in
155
			0x*)	i=$((i)) ;;
156
		esac
Line 636 Link Here
636
	local hidefirstroute=false first=true routes=
639
	local hideFirstroute=false first=true routes=
637
--
Line 647 Link Here
647
			hidefirstroute=true
650
			hideFirstroute=true
648
--
Line 653 Link Here
656
	local fam
Line 659 Link Here
663
664
		case ${cmd} in
665
			-6" "*) fam="-6"; cmd=${cmd#-6 };;
666
			-4" "*) fam="-4"; cmd=${cmd#-4 };;
667
		esac
668
Line 668 Link Here
678
			*:*/128*)                          cmd="-host ${cmd}";;
679
			*:*/*)                             cmd="-net ${cmd}";;
Lines 670-672 Link Here
670
		if ${hidefirstroute}; then
682
		if ${hideFirstroute}; then
671
			_add_route ${cmd} >/dev/null 2>&1
683
			_add_route ${fam} ${cmd} >/dev/null 2>&1
672
			hidefirstroute=false
684
			hideFirstroute=false
673
--
Line 674 Link Here
674
			_add_route ${cmd} >/dev/null
686
			_add_route ${fam} ${cmd} >/dev/null
675
--
Line 703 Link Here
715
	# Don't stop the network at shutdown.
716
 	# We don't use the noshutdown keyword so that we are started again
717
	# correctly if we go back to multiuser.
718
	yesno ${keep_network:-YES} && yesno $RC_GOINGDOWN && return 0
719

Return to bug 506966