devd is now on by default

Reviewed by: dfr,njr (not nate!)
This commit is contained in:
Warner Losh 2004-06-30 15:58:46 +00:00
parent 105711487e
commit d8dbb9937b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131338

View file

@ -26,7 +26,7 @@ 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).
devd_enable="NO" # Run devd, to trigger programs on device tree changes.
devd_enable="YES" # Run devd, to trigger programs on device tree changes.
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.