diff options
author | imp <imp@FreeBSD.org> | 2002-11-12 07:10:45 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-11-12 07:10:45 +0000 |
commit | f868559af8256dc12c91b115cdc9884112c12c91 (patch) | |
tree | 497492db86bcaa6f7e04c76a8bebf98c3d43ca35 /etc/defaults | |
parent | 73fa7c5c52e921bca657739755c1ffc51914391d (diff) | |
download | FreeBSD-src-f868559af8256dc12c91b115cdc9884112c12c91.zip FreeBSD-src-f868559af8256dc12c91b115cdc9884112c12c91.tar.gz |
Turn off devd until I have a devd.conf file that I can install one
that does no harm.
Diffstat (limited to 'etc/defaults')
-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 b640fa4..54d1efc 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="YES" # Run devd, to trigger progams on device tree changes. +devd_enable="NO" # 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. |