From b5975780a0ec07e1672f8122aefd604a2175e51d Mon Sep 17 00:00:00 2001 From: mtm Date: Tue, 14 Jan 2003 15:50:17 +0000 Subject: Add rc_debug knob to rc.conf. The code for it has been in rc.subr for some time now. Document all knobs introduced by rc.d Approved by: markm (mentor) Reviewd by: gordon (earlier revision) --- etc/defaults/rc.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 99ed8d4..487f7db 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -20,6 +20,7 @@ ############################################################## rc_ng="YES" # Set to NO to disable new-style rc scripts. +rc_debug="NO" # Set to YES to enable debugging output from rc.d rc_info="YES" # Enables display of informational messages at boot. rcshutdown_timeout="30" # Seconds to wait before terminating rc.shutdown swapfile="NO" # Set to name of swapfile if aux swapfile desired. -- cgit v1.1