diff options
author | flz <flz@FreeBSD.org> | 2006-04-18 15:02:24 +0000 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2006-04-18 15:02:24 +0000 |
commit | b1851f7c4d39d33116757d6ee3482e2a1ba55cb1 (patch) | |
tree | 0d1bc15a8e2344f012bdf73960a3ace6f93aef91 /etc/defaults/rc.conf | |
parent | 7a0948ca69080690b83bccd7022c331c49589ab8 (diff) | |
download | FreeBSD-src-b1851f7c4d39d33116757d6ee3482e2a1ba55cb1.zip FreeBSD-src-b1851f7c4d39d33116757d6ee3482e2a1ba55cb1.tar.gz |
- Add new ntpd_config variable so that people can override it in rc.conf.
- Add default value in /etc/defaults/rc.conf.
- Add documentation bits to rc.conf(5).
Approved by: cperciva (mentor)
MFC after: 1 week
Diffstat (limited to 'etc/defaults/rc.conf')
-rw-r--r-- | etc/defaults/rc.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index f82addf..316705e 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -260,6 +260,7 @@ ntpdate_program="/usr/sbin/ntpdate" # path to ntpdate, if you want a different o ntpdate_flags="-b" # Flags to ntpdate (if enabled). ntpd_enable="NO" # Run ntpd Network Time Protocol (or NO). ntpd_program="/usr/sbin/ntpd" # path to ntpd, if you want a different one. +ntpd_config="/etc/ntp.conf" # ntpd(8) configuration file ntpd_sync_on_start="NO" # Sync time on ntpd startup, even if offset is high ntpd_flags="-p /var/run/ntpd.pid -f /var/db/ntpd.drift" # Flags to ntpd (if enabled). |