diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-02-17 14:17:30 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-02-17 14:17:30 +0000 |
commit | dbf330cfa86f9915da76a95ee95ea3f1701a7379 (patch) | |
tree | b99e3d5b668f1d2659ba982f2bb4d21b88756306 /net/isc-dhcp3/files/patch-dhclient.8 | |
parent | Disable mcrypt support. I doesn't compile at the moment due to recent (diff) |
Update to 3.0b2pl16, assign maintainership to Cyrille Lefevre.
PR: 24911
Submitted by: Cyrille Lefevre <clefevre@citeweb.net> - new maintainer
Notes
Notes:
svn path=/head/; revision=38426
Diffstat (limited to 'net/isc-dhcp3/files/patch-dhclient.8')
-rw-r--r-- | net/isc-dhcp3/files/patch-dhclient.8 | 56 |
1 files changed, 50 insertions, 6 deletions
diff --git a/net/isc-dhcp3/files/patch-dhclient.8 b/net/isc-dhcp3/files/patch-dhclient.8 index 160c451e445b..2ba9899869c3 100644 --- a/net/isc-dhcp3/files/patch-dhclient.8 +++ b/net/isc-dhcp3/files/patch-dhclient.8 @@ -1,5 +1,5 @@ ---- client/dhclient.8.orig Wed May 10 02:36:03 2000 -+++ client/dhclient.8 Wed May 10 02:39:43 2000 +--- client/dhclient.8.orig Mon May 1 19:11:36 2000 ++++ client/dhclient.8 Fri Jan 26 05:12:37 2001 @@ -34,7 +34,7 @@ .B -q ] @@ -9,15 +9,59 @@ ] [ .B -lf -@@ -170,6 +170,11 @@ - .B -q +@@ -49,6 +49,10 @@ + .I config-file + ] + [ ++.B -sf ++.I script-file ++] ++[ + .B -s + server + ] +@@ -174,17 +178,25 @@ flag prevents any messages other than errors from being printed to the standard error descriptor. -+.PP + .PP +The +.B -1 +flag cause dhclient to try once to get a lease. If it fails, dhclient exits +with exit code two. - .PP ++.PP The DHCP client normally gets its configuration information from .B ETCDIR/dhclient.conf, + its lease database from +-.B DBDIR/dhclient.leases +-and stores its process ID in a file called ++.B DBDIR/dhclient.leases, ++stores its process ID in a file called + .B RUNDIR/dhclient.pid. ++and configure the network interface using ++.B CLIENTBINDIR/dhclient-script. + To specify different names and/or locations for these files, use the + .B -cf, +-.B -lf +-and ++.B -lf, + .B -pf ++and ++.B -sf + flags, respectively, followed by the name of the file. This can be + particularly useful if, for example, + .B DBDIR +@@ -206,10 +218,12 @@ + .SH CONFIGURATION + The syntax of the dhclient.conf(8) file is discussed seperately. + .SH FILES ++.B CLIENTBINDIR/dhclient-script, + .B ETCDIR/dhclient.conf, DBDIR/dhclient.leases, RUNDIR/dhclient.pid, +-.B DBDIR/dhclient.leases~. ++.B DBDIR/dhclient.leases. + .SH SEE ALSO +-dhcpd(8), dhcrelay(8), dhclient.conf(5), dhclient.leases(5) ++dhcpd(8), dhcrelay(8), dhclient-script(8), dhclient.conf(5) and ++dhclient.leases(5). + .SH AUTHOR + .B dhclient(8) + has been written for the Internet Software Consortium |