summaryrefslogtreecommitdiffstats
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-05-22 00:05:48 +0000
committerdd <dd@FreeBSD.org>2001-05-22 00:05:48 +0000
commit82ab5b2b68d0f33005187bdb78a5500881a55c2f (patch)
treeec7652f4532af2314f945b6d980ad0830b1afa76 /etc/defaults/rc.conf
parenta445507567af73626a92864bafe38b13dab625c6 (diff)
downloadFreeBSD-src-82ab5b2b68d0f33005187bdb78a5500881a55c2f.zip
FreeBSD-src-82ab5b2b68d0f33005187bdb78a5500881a55c2f.tar.gz
Introduce a background_fsck rc.conf option which allows the user to
enable or disable background fsck'ing all in one shot. Default is currently 'YES'. Reviewed by: jkh
Diffstat (limited to 'etc/defaults/rc.conf')
-rw-r--r--etc/defaults/rc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 93a4d4f..59a9100 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -33,6 +33,7 @@ removable_interfaces="" # Removable network interfaces for /etc/pccard_ether.
local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs.
rc_conf_files="/etc/rc.conf /etc/rc.conf.local"
fsck_y_enable="NO" # Set to YES to do fsck -y if the initial preen fails.
+background_fsck="YES" # Attempt to run fsck in the background where possible.
##############################################################
### Network configuration sub-section ######################
OpenPOWER on IntegriCloud