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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to