summaryrefslogtreecommitdiffstats
path: root/etc/rc.conf
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1998-05-05 21:14:27 +0000
committerandreas <andreas@FreeBSD.org>1998-05-05 21:14:27 +0000
commitb01afb1a08a0246d1f7c3586774b43274bbedcce (patch)
tree84c220d59f3aba122a4b2e5985c81bd2707e55e7 /etc/rc.conf
parentd0c92c2cc82ed6eab8c4a9c4902f050dfb81ad67 (diff)
downloadFreeBSD-src-b01afb1a08a0246d1f7c3586774b43274bbedcce.zip
FreeBSD-src-b01afb1a08a0246d1f7c3586774b43274bbedcce.tar.gz
Add variables for the ntpdate and xntpd program, you might want
to run the binaries from the new ntp v4 port.
Diffstat (limited to 'etc/rc.conf')
-rw-r--r--etc/rc.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index 82d75a3..c179685 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -6,7 +6,7 @@
#
# All arguments must be in double or single quotes.
#
-# $Id: rc.conf,v 1.47 1998/05/01 13:45:00 peter Exp $
+# $Id: rc.conf,v 1.48 1998/05/04 05:26:46 peter Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -78,8 +78,10 @@ xtend_flags="" # Flags to xtend (if enabled).
timed_enable="NO" # Run the time daemon (or NO).
timed_flags="" # Flags to timed (if enabled).
ntpdate_enable="NO" # Run the ntpdate to sync time (or NO).
+ntpdate_prog="ntpdate" # path to ntpdate, if you want a different one.
ntpdate_flags="" # Flags to ntpdate (if enabled).
xntpd_enable="NO" # Run xntpd Network Time Protocol (or NO).
+xntpd_prog="xntpd" # path to xntpd, if you want a different one.
xntpd_flags="" # Flags to xntpd (if enabled).
tickadj_enable="NO" # Run tickadj (or NO).
tickadj_flags="-Aq" # Flags to tickadj (if enabled).
OpenPOWER on IntegriCloud