cvs commit: src/etc network.subr src/etc/rc.d netif src/etc/defaults rc.conf src/share/man/man5 rc.conf.5

Brooks Davis brooks at FreeBSD.org
Thu May 15 01:06:11 UTC 2008


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


More information about the cvs-all mailing list