From 82ab5b2b68d0f33005187bdb78a5500881a55c2f Mon Sep 17 00:00:00 2001 From: dd Date: Tue, 22 May 2001 00:05:48 +0000 Subject: 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 --- etc/defaults/rc.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/defaults/rc.conf') 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 ###################### -- cgit v1.1