1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/net/wide-dhcp/files/patch-az
Masafumi Max NAKANE 3875504aa9 Part 2/6 of update:
Append description of dhcpc.interface.pid file to man page.
PR:		3717
Submitted-by:	sanpei@yy.cs.keio.ac.jp
1997-05-30 18:31:22 +00:00

44 lines
888 B
Plaintext

--- client/dhcpc.8.orig Tue Sep 12 13:54:16 1995
+++ client/dhcpc.8 Mon Apr 21 23:52:15 1997
@@ -5,7 +5,7 @@
.SH SYNOPSIS
.B dhcpc
[
-.B \-d
+.B \-drn
]
.I interface
.SH DESCRIPTION
@@ -37,6 +37,21 @@
.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.
.B dhcpc
@@ -66,6 +81,9 @@
.TP 20
.B /etc/dhcp_cache
The file to record previously assigned informations
+.TP
+.B /var/run/dhcpc.[interface name].pid
+File which includes process ID
.PD
.SH SEE ALSO
R. Droms,