Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/dist/dhcp/server Pull up revision 1.2 (requested by dro...
details: https://anonhg.NetBSD.org/src/rev/05fb24f70b10
branches: netbsd-1-5
changeset: 493165:05fb24f70b10
user: he <he%NetBSD.org@localhost>
date: Wed Jun 26 17:32:46 2002 +0000
description:
Pull up revision 1.2 (requested by drochner):
Add a mandatory declaration to the dhcpd example configuration file.
Fixes PR#12702.
diffstat:
dist/dhcp/server/dhcpd.conf | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diffs (13 lines):
diff -r 4e81ac825d32 -r 05fb24f70b10 dist/dhcp/server/dhcpd.conf
--- a/dist/dhcp/server/dhcpd.conf Wed Jun 26 17:29:13 2002 +0000
+++ b/dist/dhcp/server/dhcpd.conf Wed Jun 26 17:32:46 2002 +0000
@@ -14,6 +14,9 @@
# network, the authoritative directive should be uncommented.
#authoritative;
+# Dynamic DNS update scheme - must be set to "none", "interim" or "ad-hoc".
+ddns-update-style none;
+
# Use this to send dhcp log messages to a different log file (you also
# have to hack syslog.conf to complete the redirection).
log-facility local7;
Home |
Main Index |
Thread Index |
Old Index