diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-25 21:08:08 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-25 21:08:08 +0000 |
commit | 7b56fac47bf59ba71b5ce1f1ef7a698e3df3f4eb (patch) | |
tree | 3d0363dacef01ca1e193ac1d1fa6ce59e4f20b17 /net/isc-dhcp3/files/patch-dhclient.8 | |
parent | Yay, this is my first commit from a Palm device! (diff) |
Update to 3.0b1pl14
PR: 19493, 18475
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
Notes
Notes:
svn path=/head/; revision=29863
Diffstat (limited to 'net/isc-dhcp3/files/patch-dhclient.8')
-rw-r--r-- | net/isc-dhcp3/files/patch-dhclient.8 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net/isc-dhcp3/files/patch-dhclient.8 b/net/isc-dhcp3/files/patch-dhclient.8 new file mode 100644 index 000000000000..160c451e445b --- /dev/null +++ b/net/isc-dhcp3/files/patch-dhclient.8 @@ -0,0 +1,23 @@ +--- client/dhclient.8.orig Wed May 10 02:36:03 2000 ++++ client/dhclient.8 Wed May 10 02:39:43 2000 +@@ -34,7 +34,7 @@ + .B -q + ] + [ +-.B -c ++.B -1 + ] + [ + .B -lf +@@ -170,6 +170,11 @@ + .B -q + flag prevents any messages other than errors from being printed to the + standard error descriptor. ++.PP ++The ++.B -1 ++flag cause dhclient to try once to get a lease. If it fails, dhclient exits ++with exit code two. + .PP + The DHCP client normally gets its configuration information from + .B ETCDIR/dhclient.conf, |