aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2016-01-27 02:25:25 +0000
committerCy Schubert <cy@FreeBSD.org>2016-01-27 02:25:25 +0000
commitf9ddb2af5f12b9a402b60ffa06db89c408659891 (patch)
treecbf1f5b828416eebc3972150228b1a77ccfd0924 /etc/defaults
parent2dd1bdf1834c53d048d3d9a7079b45afea5cecd7 (diff)
Notes
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 380f0d3b32f6..a674acb97532 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -368,6 +368,8 @@ ntp_db_leapfile="/var/db/ntpd.leap-seconds.list"
# Working copy (updated weekly) leapfile
ntp_leapfile_sources="https://www.ietf.org/timezones/data/leap-seconds.list"
# Source from which to fetch leapfile
+ntp_leapfile_fetch_opts="-mq" # Options to use for ntp leapfile fetch,
+ # e.g. --no-verify-peer
ntp_leapfile_expiry_days=30 # Check for new leapfile 30 days prior to
# expiry.
ntp_leapfile_fetch_verbose="NO" # Be verbose during NTP leapfile fetch