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 Pullup 1.10 [taca]:
details: https://anonhg.NetBSD.org/src/rev/cb987b91ecf0
branches: netbsd-1-5
changeset: 489767:cb987b91ecf0
user: tv <tv%NetBSD.org@localhost>
date: Tue Oct 17 01:29:12 2000 +0000
description:
Pullup 1.10 [taca]:
- replace DBDIR, ETCDIR and RUNDIR with /var/db, /etc, /var/run.
Original dhcp package, those strings are replaced with real pathname
when creating catman files. Since we install man files, those strings
should be replaced with real pathname.
diffstat:
usr.sbin/dhcp/client/dhclient.8 | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (30 lines):
diff -r 99b87a906d72 -r cb987b91ecf0 usr.sbin/dhcp/client/dhclient.8
--- a/usr.sbin/dhcp/client/dhclient.8 Tue Oct 17 01:28:52 2000 +0000
+++ b/usr.sbin/dhcp/client/dhclient.8 Tue Oct 17 01:29:12 2000 +0000
@@ -183,11 +183,11 @@
standard error descriptor.
.PP
The DHCP client normally gets its configuration information from
-.B ETCDIR/dhclient.conf,
+.B /etc/dhclient.conf,
its lease database from
-.B DBDIR/dhclient.leases
+.B /var/db/dhclient.leases
and stores its process ID in a file called
-.B RUNDIR/dhclient.pid.
+.B /var/run/dhclient.pid.
To specify different names and/or locations for these files, use the
.B -cf,
.B -lf
@@ -195,9 +195,9 @@
.B -pf
flags, respectively, followed by the name of the file. This can be
particularly useful if, for example,
-.B DBDIR
+.B /var/db
or
-.B RUNDIR
+.B /var/run
has not yet been mounted when the DHCP client is started.
.PP
The DHCP client normally exits if it isn't able to identify any
Home |
Main Index |
Thread Index |
Old Index