[gentoo-user] Re: Re: net.eth0 and net.eth1 choice + net.eth1 timeout

2006-02-18 Thread Thomas Kirchner
* On Feb 17 16:16, Neil Bothwick (gentoo-user@lists.gentoo.org) wrote: net.eth0 isn't actually failing when ifplugd detects no cable. It is shown as inactive rather than stopped. You could try starting the interface from /etc/conf.d/local only if eth0 is not active with etc/init.d/net.eth0

Re: [gentoo-user] Re: Re: net.eth0 and net.eth1 choice + net.eth1 timeout

2006-02-18 Thread Neil Bothwick
On Sat, 18 Feb 2006 14:58:24 -0500, Thomas Kirchner wrote: preup() { [ ${IFACE} == eth0 ] /etc/init.d/net.eth1 --quiet status /etc/init.d/net.eth1 pause return 0 } Thanks for this - it looks quite handy. Is preup() executed after ifplug notices a connection? When does postup()