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

Collapse All | Expand All

(-)rc-scripts-1.6.4/lib/rcscripts/net.modules.d/adsl (+3 lines)
Lines 100-105 Link Here
100
	adsl_check_installed || return 1
100
	adsl_check_installed || return 1
101
	[[ ! -f /var/run/adsl-${iface}.pid ]] && return 1
101
	[[ ! -f /var/run/adsl-${iface}.pid ]] && return 1
102
102
103
	# hack to have config here sould be in /etc/init.d/net.lo
104
	adsl_setup_vars
105
	
103
	einfo "Stopping ADSL for ${iface}"
106
	einfo "Stopping ADSL for ${iface}"
104
	/usr/sbin/adsl-stop <(cat ${adsl_cfgfile_IFACE}; \
107
	/usr/sbin/adsl-stop <(cat ${adsl_cfgfile_IFACE}; \
105
		echo "ETH=${iface}"; echo "PIDFILE=/var/run/adsl-${iface}.pid") \
108
		echo "ETH=${iface}"; echo "PIDFILE=/var/run/adsl-${iface}.pid") \

Return to bug 68934