diff options
author | imp <imp@FreeBSD.org> | 2002-12-06 05:23:37 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-12-06 05:23:37 +0000 |
commit | d02589493f3c38bd15f5f01f42fb8a2ff12e0a7d (patch) | |
tree | fa5624b2b2de3d82a2171c21a26b03c717b9c49a | |
parent | 9c9831e97c90eab105eb658c4bedb207a8363e10 (diff) | |
download | FreeBSD-src-d02589493f3c38bd15f5f01f42fb8a2ff12e0a7d.zip FreeBSD-src-d02589493f3c38bd15f5f01f42fb8a2ff12e0a7d.tar.gz |
Make pccardd have -z by default. This fixes a few startup problems
where people want to have the cards configured. Lack of -z is a speed
optimization.
Submitted by: many voices on mobile@
Approved by: re@ (rwatson)
MFC after: 3 days
-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 4cb380c..954bfa8 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -31,7 +31,7 @@ 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. pccard_ifconfig="NO" # Specialized pccard ethernet configuration (or NO). -pccardd_flags="" # Additional flags for pccardd. +pccardd_flags="-z" # Additional flags for pccardd. pccard_conf="/etc/defaults/pccard.conf" # pccardd(8) config file pccard_ether_delay="5" # Delay before trying to start dhclient in pccard_ether removable_interfaces="" # Removable network interfaces for /etc/pccard_ether. |