Run rc.pccard from netstart so it works for us laptop users as well.

This commit is contained in:
Dag-Erling Smørgrav 2000-12-16 02:48:14 +00:00
parent 65f74359cb
commit ec0ef121a8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70081

View File

@ -42,6 +42,11 @@ elif [ -f /etc/rc.conf ]; then
. /etc/rc.conf
fi
# Start pccard if necessary
if [ -r /etc/rc.pccard ]; then
. /etc/rc.pccard
fi
if [ -f /etc/rc.network ]; then
. /etc/rc.network
else