Module Name:    src
Committed By:   christos
Date:           Sat Jul  9 19:24:13 UTC 2011

Modified Files:
        src/etc: ntp.conf

Log Message:
default mdnstries to 0; most people don't use mdns, so this prevents spurious
warnings.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/etc/ntp.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/ntp.conf
diff -u src/etc/ntp.conf:1.9 src/etc/ntp.conf:1.10
--- src/etc/ntp.conf:1.9	Sat Feb 10 14:36:56 2007
+++ src/etc/ntp.conf	Sat Jul  9 15:24:13 2011
@@ -1,4 +1,4 @@
-# $NetBSD: ntp.conf,v 1.9 2007/02/10 19:36:56 reed Exp $
+# $NetBSD: ntp.conf,v 1.10 2011/07/09 19:24:13 christos Exp $
 #
 # NetBSD default Network Time Protocol (NTP) configuration file for ntpd
 
@@ -28,6 +28,10 @@
 
 tos		minsane 2
 
+# Set the number of tries to register with mdns. 0 means never
+#
+mdnstries	0
+
 # Hereafter should be "server" or "peer" statements to configure other
 # hosts to exchange NTP packets with. Peers should be selected in such
 # a way that the network path to them is symmetric (that is, the series

Reply via email to