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/server Pullup 1.8 [taca]:
details: https://anonhg.NetBSD.org/src/rev/27445e4a5540
branches: netbsd-1-5
changeset: 489768:27445e4a5540
user: tv <tv%NetBSD.org@localhost>
date: Tue Oct 17 01:29:29 2000 +0000
description:
Pullup 1.8 [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/server/dhcpd.8 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r cb987b91ecf0 -r 27445e4a5540 usr.sbin/dhcp/server/dhcpd.8
--- a/usr.sbin/dhcp/server/dhcpd.8 Tue Oct 17 01:29:12 2000 +0000
+++ b/usr.sbin/dhcp/server/dhcpd.8 Tue Oct 17 01:29:29 2000 +0000
@@ -122,7 +122,7 @@
Whenever changes are made to the dhcpd.conf file, dhcpd must be
restarted. To restart dhcpd, send a SIGTERM (signal 15) to the
process ID contained in
-.IR RUNDIR/dhcpd.pid ,
+.IR /var/run/dhcpd.pid ,
and then re-invoke dhcpd. Because the DHCP server database is not as
lightweight as a BOOTP database, dhcpd does not automatically restart
itself when it sees a change to the dhcpd.conf file.
@@ -316,8 +316,8 @@
A more complete description of the dhcpd.conf file syntax is provided
in dhcpd.conf(5).
.SH FILES
-.B ETCDIR/dhcpd.conf, DBDIR/dhcpd.leases, RUNDIR/dhcpd.pid,
-.B DBDIR/dhcpd.leases~.
+.B /etc/dhcpd.conf, /var/db/dhcpd.leases, /var/run/dhcpd.pid,
+.B /var/db/dhcpd.leases~.
.SH SEE ALSO
dhclient(8), dhcrelay(8), dhcpd.conf(5), dhcpd.leases(5)
.SH AUTHOR
Home |
Main Index |
Thread Index |
Old Index