summaryrefslogtreecommitdiffstats
path: root/etc/rc.conf
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-05-19 03:20:22 +0000
committerjkh <jkh@FreeBSD.org>1997-05-19 03:20:22 +0000
commit6d2f19a912943b90226ef9d9599f24f466ffe72a (patch)
treee30c5d58405bf48987051e5ecb00922c2c4b0b41 /etc/rc.conf
parentd13ad90ef44e414ff2bd83a499c623d6142a9ed9 (diff)
downloadFreeBSD-src-6d2f19a912943b90226ef9d9599f24f466ffe72a.zip
FreeBSD-src-6d2f19a912943b90226ef9d9599f24f466ffe72a.tar.gz
accounting -> accounting_enable
Submitted by: Jian-Da Li <jdli@csie.nctu.edu.tw>
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 c64fb79..88b7bc6 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.8 1997/05/05 09:32:34 jkh Exp $
+# $Id: rc.conf,v 1.9 1997/05/13 08:22:27 jkh Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -119,7 +119,7 @@ sendmail_flags="-bd -q30m" # -bd is pretty mandatory
savecore_enable="NO" # Save kernel crashdumps for debugging (or NO).
dumpdev="NO" # Device name to crashdump to (if enabled).
check_quotas="NO" # Check quotas (or NO).
-accounting="NO" # Turn on process accounting (or NO).
+accounting_enable="NO" # Turn on process accounting (or NO).
ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO).
linux_enable="NO" # Linux emulation loaded at startup (or NO).
rand_irqs="NO" # Stir the entropy pool (or NO).
OpenPOWER on IntegriCloud