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

This commit is contained in:
des 2000-12-16 02:48:14 +00:00
parent 8c8c3b5c0e
commit 1b1ea4d619

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