diff options
author | imp <imp@FreeBSD.org> | 2004-06-30 15:58:46 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2004-06-30 15:58:46 +0000 |
commit | d1d8d2673c9d83772fa476c31f2b0d7cc6d3c3c8 (patch) | |
tree | 0df9633c02e780aa8d576ce6e80e136a290da823 /etc | |
parent | 5c40257f6448ff4bebf7378289585adce3aa2d65 (diff) | |
download | FreeBSD-src-d1d8d2673c9d83772fa476c31f2b0d7cc6d3c3c8.zip FreeBSD-src-d1d8d2673c9d83772fa476c31f2b0d7cc6d3c3c8.tar.gz |
devd is now on by default
Reviewed by: dfr,njr (not nate!)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 5aecc67..c4a94fb 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -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. |