summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-05-03 11:20:42 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-05-03 11:20:42 +0000
commitd3aa55124216a00bf0501411b46cc09cea3bfecf (patch)
tree9bd17a61b60f667c7b595f6c6a4e6979b091e728
parent7586373a059babf0b20969232fbc56d5a38f5482 (diff)
Notes
-rw-r--r--etc/rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index 1a90cfbfc872..7644a50ea2a3 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.1.2.4 1997/04/28 10:14:28 jkh Exp $
+# $Id: rc.conf,v 1.1.2.5 1997/05/01 23:42:19 jkh Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -59,7 +59,7 @@ ntpdate_enable="NO" # Run the ntpdate to sync time (or NO).
ntpdate_flags="" # Flags to ntpdate (if enabled).
xntpd_enable="NO" # Run xntpd Network Time Protocol (or NO).
xntpd_flags="" # Flags to xntpd (if enabled).
-tickadj_enable="YES" # If xntp is enabled, also run tickadj.
+tickadj_enable="NO" # Run tickadj (or NO).
tickadj_flags="-Aq" # Flags to tickadj (if enabled).
# Network Information Services (NIS) options: ###