Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2008 01:06:10 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc network.subr src/etc/rc.d netif src/etc/defaults rc.conf src/share/man/man5 rc.conf.5
Message-ID:  <200805150106.m4F16AHF080125@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
brooks      2008-05-15 01:06:10 UTC

  FreeBSD src repository

  Modified files:
    etc                  network.subr 
    etc/rc.d             netif 
    etc/defaults         rc.conf 
    share/man/man5       rc.conf.5 
  Log:
  Change the default value of synchronous_dhclient to NO.
  
  To preserve the existing behavior of etc/rc.d/netif, add code to wait
  up to if_up_delay seconds (30 seconds by default) for a default route to
  be configured if there are any dhcp interfaces.  This should be extended
  to test that the interface is actually up.
  
  X-MFC after:
  
  Revision  Changes    Path
  1.335     +2 -1      src/etc/defaults/rc.conf
  1.188     +23 -0     src/etc/network.subr
  1.27      +23 -0     src/etc/rc.d/netif
  1.341     +6 -2      src/share/man/man5/rc.conf.5



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805150106.m4F16AHF080125>