aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.conf
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-06-02 02:58:08 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-06-02 02:58:08 +0000
commit28af7807075fb09dd1a0ddcdec0268f3f12023ef (patch)
treed339fba7895d97eff3754c4df748ff9789e65f27 /etc/rc.conf
parent8f2fa0eeaf8524ac21bdc57b0ee76afc646d6625 (diff)
downloadsrc-28af7807075fb09dd1a0ddcdec0268f3f12023ef.tar.gz
src-28af7807075fb09dd1a0ddcdec0268f3f12023ef.zip
timed_enabled -> timed_enable
Submitted by: "James D. Stewart" <jds@c4systm.com>
Notes
Notes: svn path=/head/; revision=26355
Diffstat (limited to 'etc/rc.conf')
-rw-r--r--etc/rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index 7449312dded5..710e5b49158f 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.14 1997/05/24 11:29:59 jkh Exp $
+# $Id: rc.conf,v 1.15 1997/05/24 11:31:56 jkh Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -57,7 +57,7 @@ xtend_enable="NO" # Run the X-10 power controller daemon.
xtend_flags="" # Flags to xtend (if enabled).
### Network Time Services options: ###
-timed_enabled="NO" # Run the time daemon (or NO).
+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_flags="" # Flags to ntpdate (if enabled).