summaryrefslogtreecommitdiff
path: root/net-mgmt/wide-dhcp/files/patch-az
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
commit8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch)
tree1c37a6088704b234484b1352cd1f882fb2a253ad /net-mgmt/wide-dhcp/files/patch-az
parentCatch up with Wnn6-lib update. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Diffstat (limited to 'net-mgmt/wide-dhcp/files/patch-az')
-rw-r--r--net-mgmt/wide-dhcp/files/patch-az53
1 files changed, 0 insertions, 53 deletions
diff --git a/net-mgmt/wide-dhcp/files/patch-az b/net-mgmt/wide-dhcp/files/patch-az
deleted file mode 100644
index ab04b6ed492f..000000000000
--- a/net-mgmt/wide-dhcp/files/patch-az
+++ /dev/null
@@ -1,53 +0,0 @@
---- client/dhcpc.8.orig Sat Jan 9 20:54:01 1999
-+++ client/dhcpc.8 Sun Feb 7 11:27:29 1999
-@@ -5,7 +5,7 @@
- .SH SYNOPSIS
- .B dhcpc
- [
--.B \-d
-+.B \-drn
- ]
- .I interface
- .SH DESCRIPTION
-@@ -26,7 +26,7 @@
- requests server to assign the same address as before.
- To get the same address,
- .B dhcpc
--creates file named /etc/dhcpc_cache.interface
-+creates file named /var/db/dhcpc_cache.interface
- (or /var/db/dhcpc_cache.interface for BSD/OS and FreeBSD). This
- file name could be configured when it is compiled. But it is required
- that the file must remains after the host reboot. For example, the
-@@ -38,6 +38,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
-@@ -70,6 +85,10 @@
- .TP
- .B /etc/dhcpc_cache.interface
- The file to record previously assigned informations (for others)
-+.TP
-+.B /var/run/dhcpc.[interface name].pid
-+File which includes process ID
-+.PD
- .PD
- .SH SEE ALSO
- R. Droms,