Run rc.pccard from netstart so it works for us laptop users as well.
This commit is contained in:
parent
65f74359cb
commit
ec0ef121a8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user