summaryrefslogtreecommitdiffstats
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2008-03-05 18:32:58 +0000
committerbrooks <brooks@FreeBSD.org>2008-03-05 18:32:58 +0000
commitf11bd3ace802f1a1a51a61be1767c1985527cf60 (patch)
treee832b8461ba906f164938e2ac47ee22f8f876cfa /etc/defaults/rc.conf
parent90e24ae3e22f9346df7fa91dfc9d1e510ce50e1b (diff)
downloadFreeBSD-src-f11bd3ace802f1a1a51a61be1767c1985527cf60.zip
FreeBSD-src-f11bd3ace802f1a1a51a61be1767c1985527cf60.tar.gz
Use the new command file feature of ddb(8) to support setting ddb(4)
scripts at boot. This is currently disabled by default. /etc/ddb.conf contains some potentially reasonable default scripts. PR: conf/119995 Submitted by: Scot Hetzel <swhetzel at gmail dot com> (Earlier version) X-MFC after: textdumps
Diffstat (limited to 'etc/defaults/rc.conf')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 195facd..1fc0368 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -33,6 +33,8 @@ swapfile="NO" # Set to name of swapfile if aux swapfile desired.
apm_enable="NO" # Set to YES to enable APM BIOS functions (or NO).
apmd_enable="NO" # Run apmd to handle APM event from userland.
apmd_flags="" # Flags to apmd (if enabled).
+ddb_enable="NO" # Set to YES to load ddb scripts at boot.
+ddb_config="/etc/ddb.conf" # ddb(8) config file.
devd_enable="YES" # Run devd, to trigger programs on device tree changes.
devd_flags="" # Additional flags for devd(8).
kldxref_enable="NO" # Build linker.hints files with kldxref(8).
OpenPOWER on IntegriCloud