diff options
author | imp <imp@FreeBSD.org> | 2002-11-10 09:13:31 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-11-10 09:13:31 +0000 |
commit | 48e55d4e98b37277948e2175cf277aa58593153b (patch) | |
tree | 08e114abe47abe0650f4d8005f6c6c25b4ecf0e1 | |
parent | 672a8a4c66767928d72d5a124640e33c41ae382a (diff) | |
download | FreeBSD-src-48e55d4e98b37277948e2175cf277aa58593153b.zip FreeBSD-src-48e55d4e98b37277948e2175cf277aa58593153b.tar.gz |
Add devd_enable
Submitted by: dougb
-rw-r--r-- | etc/defaults/rc.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 87ae297..b640fa4 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -26,6 +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="YES" # Run devd, to trigger progams on device tree changes. pccard_enable="NO" # Set to YES if you want to configure PCCARD devices. pccard_mem="DEFAULT" # If pccard_enable=YES, this is card memory address. pccard_beep="2" # pccard beep type. |