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

(-)net.agent.orig (+5 lines)
Lines 74-79 add|register) Link Here
74
		if [ -x "$script" ]; then
74
		if [ -x "$script" ]; then
75
		    debug_mesg invoke \"$script\" --quiet start
75
		    debug_mesg invoke \"$script\" --quiet start
76
		    exec "$script" --quiet start
76
		    exec "$script" --quiet start
77
		else
78
		    mesg "Please create $script for your $INTERFACE interface"
79
		    mesg "*HINT* just run this command: ln -sf /etc/init.d/net.eth0 $script"
80
		    mesg "and add new config line to /etc/conf.d/net like this:"
81
		    mesg "iface_$INTERFACE=\"192.168.50.1 broadcast 192.168.50.255 netmask 255.255.255.0\""
77
		fi
82
		fi
78
	    else
83
	    else
79
		mesg "how do I bring interfaces up on this distro?"
84
		mesg "how do I bring interfaces up on this distro?"

Return to bug 84431