blob: 160c451e445b406c0e81eb792cbe715b993311b0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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,
|