summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorajacoutot <ajacoutot@openbsd.org>2015-07-15 20:28:37 +0000
committerajacoutot <ajacoutot@openbsd.org>2015-07-15 20:28:37 +0000
commitd94fe39488314c2fd8c55e972219c6db00c15fb7 (patch)
tree94ad9a501b892af2447328e5128a86ae5d3e8e39
parentFlense out dead code, we don't do ecdhe_clnt_cert. (diff)
downloadwireguard-openbsd-d94fe39488314c2fd8c55e972219c6db00c15fb7.tar.xz
wireguard-openbsd-d94fe39488314c2fd8c55e972219c6db00c15fb7.zip
Drop comments; we already have a fully documented file under
/etc/examples/ntpd.conf ok deraadt@ benno@ schwarze@
-rw-r--r--etc/ntpd.conf13
1 files changed, 3 insertions, 10 deletions
diff --git a/etc/ntpd.conf b/etc/ntpd.conf
index ec5a86e25d3..31ddf19e2c3 100644
--- a/etc/ntpd.conf
+++ b/etc/ntpd.conf
@@ -1,14 +1,7 @@
-# $OpenBSD: ntpd.conf,v 1.13 2015/05/18 13:48:38 deraadt Exp $
+# $OpenBSD: ntpd.conf,v 1.14 2015/07/15 20:28:37 ajacoutot Exp $
+#
+# See ntpd.conf(5) and /etc/examples/ntpd.conf
-# Addresses to listen on (ntpd does not listen by default)
-#listen on *
-
-# use a random selection of NTP Pool Time Servers
-# see http://support.ntp.org/bin/view/Servers/NTPPoolServers
servers pool.ntp.org
-
-# use all detected timedelta sensors
sensor *
-
-# get the time constraint from a well-known HTTPS site
constraints from "https://www.google.com"