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

(-)/mnt/roadrunner/etc/init.d/net.lo.old (-4 / +3 lines)
Lines 498-508 Link Here
498
		_load_modules true
498
		_load_modules true
499
	fi
499
	fi
500
500
501
	# We up the iface twice if we have a preup to ensure it's up if
501
	# I the user needs the inferace up in the preup function, he needs
502
	# available in preup and afterwards incase the user inadvertently
502
	# to up it manually, this change previous behavior where we called
503
	# brings it down
503
	# up twice, before and after preup.
504
	if [ "$(command -v preup)" = "preup" ]; then
504
	if [ "$(command -v preup)" = "preup" ]; then
505
		_up 2>/dev/null
506
		ebegin "Running preup"
505
		ebegin "Running preup"
507
		eindent
506
		eindent
508
		preup || return 1
507
		preup || return 1

Return to bug 389475