summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-01-09 01:17:41 +0000
committerjkh <jkh@FreeBSD.org>1999-01-09 01:17:41 +0000
commit89f98016b6c097270929cb59755918acc957d9ba (patch)
treef68cf93666ca4afefdd8a113e03daa630698dcf5 /etc
parentb8e447f74e860ccbb5ea4604017bff83dabda011 (diff)
downloadFreeBSD-src-89f98016b6c097270929cb59755918acc957d9ba.zip
FreeBSD-src-89f98016b6c097270929cb59755918acc957d9ba.tar.gz
back out previous commit - it's only part of the required process so
we might as well automate both steps at once and just leave this off by default. Pointed out by: Steve Kargl <sgk@troutmask.apl.washington.edu>
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index b16c64e..81cc530 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.70 1999/01/03 22:19:22 jkh Exp $
+# $Id: rc.conf,v 1.71 1999/01/08 23:47:28 jkh Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -169,7 +169,7 @@ dumpdev="NO" # Device name to crashdump to (if enabled).
check_quotas="NO" # Check quotas (or NO).
accounting_enable="NO" # Turn on process accounting (or NO).
ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO).
-linux_enable="YES" # Linux emulation loaded at startup (or NO).
+linux_enable="NO" # Linux emulation loaded at startup (or NO).
rand_irqs="NO" # Stir the entropy pool (like "5 11" or NO).
clear_tmp_enable="NO" # Clear /tmp at startup.
ldconfig_paths="/usr/lib/compat /usr/X11R6/lib /usr/local/lib" # shared library search paths
OpenPOWER on IntegriCloud