cvs commit: src/etc/defaults rc.conf src/etc/rc.d dhclient src/sbin/dhclient dhclient.8 dhclient.c src/share/man/man5 rc.conf.5

Brian Somers brian at FreeBSD.org
Thu Aug 17 17:12:31 UTC 2006


brian       2006-08-17 17:12:27 UTC

  FreeBSD src repository

  Modified files:
    etc/defaults         rc.conf 
    etc/rc.d             dhclient 
    sbin/dhclient        dhclient.8 dhclient.c 
    share/man/man5       rc.conf.5 
  Log:
  Add a -p switch to dhclient.  The switch tells dhclient to persist
  despite the interface link status.
  
  Add dhclient_flags_iface and background_dhclient_iface rc.conf options.
  (where iface is a specific interface).  These can be used to give
  interface specific flags to dhclient.
  
  Reviewed by:    brooks@
  
  Revision  Changes    Path
  1.293     +1 -0      src/etc/defaults/rc.conf
  1.23      +12 -1     src/etc/rc.d/dhclient
  1.6       +6 -1      src/sbin/dhclient/dhclient.8
  1.17      +14 -4     src/sbin/dhclient/dhclient.c
  1.304     +12 -0     src/share/man/man5/rc.conf.5


More information about the cvs-src mailing list