summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authormtm <mtm@FreeBSD.org>2003-01-14 15:50:17 +0000
committermtm <mtm@FreeBSD.org>2003-01-14 15:50:17 +0000
commitb5975780a0ec07e1672f8122aefd604a2175e51d (patch)
tree43a5a8d9e7ddfd352c35acb15a02a437e1910732 /etc
parent5b562bb90960616a2887078a397395658dd07222 (diff)
downloadFreeBSD-src-b5975780a0ec07e1672f8122aefd604a2175e51d.zip
FreeBSD-src-b5975780a0ec07e1672f8122aefd604a2175e51d.tar.gz
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)
Diffstat (limited to 'etc')
-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 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.
OpenPOWER on IntegriCloud