diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2016-01-27 02:25:25 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2016-01-27 02:25:25 +0000 |
| commit | f9ddb2af5f12b9a402b60ffa06db89c408659891 (patch) | |
| tree | cbf1f5b828416eebc3972150228b1a77ccfd0924 /etc/defaults | |
| parent | 2dd1bdf1834c53d048d3d9a7079b45afea5cecd7 (diff) | |
Notes
Diffstat (limited to 'etc/defaults')
| -rw-r--r-- | etc/defaults/rc.conf | 2 |
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 |
