From 011f77f43e4277d35039d881becda5f66bccbf4e Mon Sep 17 00:00:00 2001 From: christos Date: Sat, 9 Jul 2011 19:24:13 +0000 Subject: [PATCH] default mdnstries to 0; most people don't use mdns, so this prevents spurious warnings. --- etc/ntp.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/etc/ntp.conf b/etc/ntp.conf index 8d22843c63cd..fd49646c2512 100644 --- a/etc/ntp.conf +++ b/etc/ntp.conf @@ -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 @@ logconfig -syncstatus 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