1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/net/wide-dhcp/files/patch-az
Brian Somers 38b745529b Finish the update to wide-dhcp so that it compiles with the
new interface stuff and if_var.h

Closes pr3161

Submitted by:	MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp>
Obtained from:  pr3161
1997-04-04 02:37:13 +00:00

34 lines
694 B
Plaintext

--- client/dhcpc.8.orig Tue Sep 12 13:54:16 1995
+++ client/dhcpc.8 Thu Mar 27 14:07:16 1997
@@ -5,7 +5,7 @@
.SH SYNOPSIS
.B dhcpc
[
-.B \-d
+.B \-drn
]
.I interface
.SH DESCRIPTION
@@ -36,6 +36,21 @@
option is specified,
.B dhcpc
runs in foreground and debugging mode.
+.LP
+If the
+.B \-r
+option is specified, and if your DHCP server supplies the DNS address,
+.B dhcpc
+overwrites "/etc/resolv.conf" with supplied address.
+.LP
+If the
+.B \-n
+option is specified, and if your DHCP server supplies the hostname of
+the client,
+.B dhcpc
+call
+.B sethostname(3)
+with supplied name.
.LP
The DHCP client can verify whether its assigned information is still
valid at any time.