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.13 [taca]:
details: https://anonhg.NetBSD.org/src/rev/f4fe59a1a67c
branches: netbsd-1-5
changeset: 489769:f4fe59a1a67c
user: tv <tv%NetBSD.org@localhost>
date: Tue Oct 17 01:29:47 2000 +0000
description:
Pullup 1.13 [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.conf.5 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 27445e4a5540 -r f4fe59a1a67c usr.sbin/dhcp/server/dhcpd.conf.5
--- a/usr.sbin/dhcp/server/dhcpd.conf.5 Tue Oct 17 01:29:29 2000 +0000
+++ b/usr.sbin/dhcp/server/dhcpd.conf.5 Tue Oct 17 01:29:47 2000 +0000
@@ -1021,7 +1021,7 @@
.PP
.I Name
should be the name of the DHCP server's lease file. By default, this
-is DBDIR/dhcpd.leases. This statement \fBmust\fR appear in the outer
+is /var/db/dhcpd.leases. This statement \fBmust\fR appear in the outer
scope of the configuration file - if it appears in some other scope,
it will have no effect.
.PP
@@ -1035,7 +1035,7 @@
.I Name
should be the name of the DHCP server's process ID file. This is the
file in which the DHCP server's process ID is stored when the server
-starts. By default, this is RUNDIR/dhcpd.pid. Like the
+starts. By default, this is /var/run/dhcpd.pid. Like the
lease-file-name statement, this statement must appear in the outer scope
of the configuration file.
.PP
Home |
Main Index |
Thread Index |
Old Index