diff options
author | 2008-10-10 11:46:22 +0000 | |
---|---|---|
committer | 2008-10-10 11:46:22 +0000 | |
commit | d0d914a13f29fa4fa45af04b0ca62b82ac3b2822 (patch) | |
tree | 33eb02a2307b61b4ece9a2d69d9197ae3ff7d7d5 | |
parent | Add empty cpu_unidle() macros for architectures that currently don't do (diff) | |
download | wireguard-openbsd-d0d914a13f29fa4fa45af04b0ca62b82ac3b2822.tar.xz wireguard-openbsd-d0d914a13f29fa4fa45af04b0ca62b82ac3b2822.zip |
show examples for sensors. use nmea as suggested by mbalmer, henning agrees.
-rw-r--r-- | etc/ntpd.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/ntpd.conf b/etc/ntpd.conf index d78f598fcbe..d9be2f28417 100644 --- a/etc/ntpd.conf +++ b/etc/ntpd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: ntpd.conf,v 1.8 2007/07/13 09:05:52 henning Exp $ +# $OpenBSD: ntpd.conf,v 1.9 2008/10/10 11:46:22 sthen Exp $ # sample ntpd configuration file, see ntpd.conf(5) # Addresses to listen on (ntpd does not listen by default) @@ -10,3 +10,9 @@ # use a random selection of 8 public stratum 2 servers # see http://support.ntp.org/bin/view/Servers/NTPPoolServers servers pool.ntp.org + +# use a specific local timedelta sensor (radio clock, etc) +#sensor nmea0 + +# use any detected timedelta sensor +#sensor * |