Date: Thu, 17 Aug 2006 17:12:27 +0000 (UTC) From: Brian Somers <brian@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200608171712.k7HHCRxx069075@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608171712.k7HHCRxx069075>
