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

(-)/etc/init.d/net.lo.orig (-1 / +3 lines)
Lines 539-545 Link Here
539
		[ -z "${config}" ] && break
539
		[ -z "${config}" ] && break
540
540
541
		set -- ${config}
541
		set -- ${config}
542
		ebegin "$1"
542
		if [ "${config}" != "null" -a "${config}" != "noop" ]; then
543
			ebegin "$1"
544
		fi
543
		eindent
545
		eindent
544
		case "$1" in
546
		case "$1" in
545
			noop)
547
			noop)

Return to bug 379577