summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2005-11-24 14:39:41 +0000
committerjkoshy <jkoshy@FreeBSD.org>2005-11-24 14:39:41 +0000
commitee7f1faad288d85d705ba10bfc0a7e63ca7b9ad5 (patch)
treec3fd0f016d814c084518ae199fe2bb3134f8825e /etc/defaults
parent607019b640127074bd45ccea99c37ccfb9ba5670 (diff)
downloadFreeBSD-src-ee7f1faad288d85d705ba10bfc0a7e63ca7b9ad5.zip
FreeBSD-src-ee7f1faad288d85d705ba10bfc0a7e63ca7b9ad5.tar.gz
Add a -f configfile option to devd(8), based on a patch submitted by
Wojciech A. Koszek. Submitted by: Wojciech A. Koszek <dunstan@freebsd.czest.pl>
Diffstat (limited to 'etc/defaults')
-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 8f5dc7a..7f851ef 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -29,6 +29,7 @@ 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).
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).
kldxref_clobber="NO" # Overwrite old linker.hints at boot.
kldxref_module_path="" # Override kern.module_path. A ';'-delimited list.
OpenPOWER on IntegriCloud