Source-Changes-HG archive

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

[src/trunk]: src/dist/dhcp/server add a "ddns-updata-style" line; dhcpd won't...



details:   https://anonhg.NetBSD.org/src/rev/435088e66640
branches:  trunk
changeset: 533037:435088e66640
user:      drochner <drochner%NetBSD.org@localhost>
date:      Wed Jun 19 15:49:02 2002 +0000

description:
add a "ddns-updata-style" line; dhcpd won't start without one
(PR bin/12702 by Patrick Welche)

diffstat:

 dist/dhcp/server/dhcpd.conf |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r c3fcf2970803 -r 435088e66640 dist/dhcp/server/dhcpd.conf
--- a/dist/dhcp/server/dhcpd.conf       Wed Jun 19 15:08:40 2002 +0000
+++ b/dist/dhcp/server/dhcpd.conf       Wed Jun 19 15:49:02 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