Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/usr.sbin/dhcp/client Pull up revisions 1.12-1.13 (reque...



details:   https://anonhg.NetBSD.org/src/rev/17724988d941
branches:  netbsd-1-5
changeset: 491191:17724988d941
user:      he <he%NetBSD.org@localhost>
date:      Fri Apr 06 00:06:36 2001 +0000

description:
Pull up revisions 1.12-1.13 (requested by mellon):
  Correct reference to dhclient.conf(5).  Remove documentation for
  SIGHUP (no longer present in code).  Fixes PR#11062.

diffstat:

 usr.sbin/dhcp/client/dhclient.8 |  11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diffs (44 lines):

diff -r 808c6a6cf302 -r 17724988d941 usr.sbin/dhcp/client/dhclient.8
--- a/usr.sbin/dhcp/client/dhclient.8   Fri Apr 06 00:03:51 2001 +0000
+++ b/usr.sbin/dhcp/client/dhclient.8   Fri Apr 06 00:06:36 2001 +0000
@@ -7,7 +7,7 @@
 .\" file, or you are not sure the one you have is correct, you may
 .\" obtain an applicable copy of the license at:
 .\"
-.\"             http://www.isc.org/isc-license-1.0.html. 
+.\"             http://www.isc.org/isc-license-1.0.html.
 .\"
 .\" This file is part of the ISC DHCP distribution.   The documentation
 .\" associated with this file is listed in the file DOCUMENTATION,
@@ -73,10 +73,10 @@
 means for configuring one or more network interfaces using the Dynamic
 Host Configuration Protocol, BOOTP protocol, or if these protocols
 fail, by statically assigning an address.
-.SH SYSTEM REQUIREMENTS 
+.SH SYSTEM REQUIREMENTS
 You must have the Berkeley
 Packet Filter (bpf) configured in your NetBSD kernel.   You must have
-at least one /dev/bpf* file for each broadcast network interface that  
+at least one /dev/bpf* file for each broadcast network interface that
 is attached to your system.
 .SH OPERATION
 .PP
@@ -128,9 +128,6 @@
 arrange with the network administrator for an entry on the BOOTP
 database, so that the host can boot quickly on that network rather
 than cycling through the list of old leases.
-.PP
-If dhclient receives the signal SIGHUP, it re-initialize the leases.
-On receipt of the signal SIGTERM, it release the leases, then exits.
 .SH COMMAND LINE
 .PP
 The names of the network interfaces that dhclient should attempt to
@@ -234,7 +231,7 @@
 has been added or removed, so that the client can configure an IP
 address on that interface.
 .SH CONFIGURATION
-The syntax of the dhclient.conf(8) file is discussed seperately.
+The syntax of the dhclient.conf(5) file is discussed seperately.
 .SH FILES
 .B /sbin/dhclient-script
 .B /etc/dhclient.conf, /var/db/dhclient.leases, /var/run/dhclient.pid,



Home | Main Index | Thread Index | Old Index