diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-05-03 11:20:42 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-05-03 11:20:42 +0000 |
| commit | d3aa55124216a00bf0501411b46cc09cea3bfecf (patch) | |
| tree | 9bd17a61b60f667c7b595f6c6a4e6979b091e728 /etc | |
| parent | 7586373a059babf0b20969232fbc56d5a38f5482 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/rc.conf | 4 |
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: ### |
