Re: svn commit: r213270 - head/etc/rc.d

2010-09-30 Thread Doug Barton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 9/30/2010 6:08 AM, Ed Maste wrote: | On Wed, Sep 29, 2010 at 11:33:58PM -0700, Doug Barton wrote: | |> -BEGIN PGP SIGNED MESSAGE- |> Hash: SHA256 |> |> On 9/29/2010 6:08 AM, Ed Maste wrote: |> | Author: emaste |> | Date: Wed Sep 29 13:08:

Re: svn commit: r213270 - head/etc/rc.d

2010-09-30 Thread Ed Maste
On Wed, Sep 29, 2010 at 11:33:58PM -0700, Doug Barton wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 9/29/2010 6:08 AM, Ed Maste wrote: > | Author: emaste > | Date: Wed Sep 29 13:08:23 2010 > | New Revision: 213270 > | URL: http://svn.freebsd.org/changeset/base/213270 ... > Co

Re: svn commit: r213270 - head/etc/rc.d

2010-09-29 Thread Doug Barton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 9/29/2010 6:08 AM, Ed Maste wrote: | Author: emaste | Date: Wed Sep 29 13:08:23 2010 | New Revision: 213270 | URL: http://svn.freebsd.org/changeset/base/213270 | | Log: |/etc/rc.d/defaultroute currently bails immediately if all interfaces |

Re: svn commit: r213270 - head/etc/rc.d

2010-09-29 Thread Ed Maste
On Thu, Sep 30, 2010 at 02:08:58AM +0400, Anonymous wrote: > Ed Maste writes: > > > Author: emaste > > Date: Wed Sep 29 13:08:23 2010 > > New Revision: 213270 > > URL: http://svn.freebsd.org/changeset/base/213270 > > > [...] > > + if [ ${waited} -eq ${defaultroute_carrier_delay} ] && !

Re: svn commit: r213270 - head/etc/rc.d

2010-09-29 Thread Anonymous
Ed Maste writes: > Author: emaste > Date: Wed Sep 29 13:08:23 2010 > New Revision: 213270 > URL: http://svn.freebsd.org/changeset/base/213270 > [...] > + if [ ${waited} -eq ${defaultroute_carrier_delay} ] && ! > defaultroute_carrier; then > + echo -n "(no carrier)

Re: svn commit: r213270 - head/etc/rc.d

2010-09-29 Thread Dmitry Marakasov
* Ed Maste (ema...@freebsd.org) wrote: > /etc/rc.d/defaultroute currently bails immediately if all interfaces > set to use DHCP have no carrier. This can cause grief as it may take > some time for link to be established, and defaultroute may terminate > before this happens. > > Intro

svn commit: r213270 - head/etc/rc.d

2010-09-29 Thread Ed Maste
Author: emaste Date: Wed Sep 29 13:08:23 2010 New Revision: 213270 URL: http://svn.freebsd.org/changeset/base/213270 Log: /etc/rc.d/defaultroute currently bails immediately if all interfaces set to use DHCP have no carrier. This can cause grief as it may take some time for link to be establ