From 1b1ea4d6198f360553328a8c9d1b96a1b4475980 Mon Sep 17 00:00:00 2001 From: des Date: Sat, 16 Dec 2000 02:48:14 +0000 Subject: Run rc.pccard from netstart so it works for us laptop users as well. --- etc/netstart | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'etc/netstart') diff --git a/etc/netstart b/etc/netstart index 3565b5f..e4b5ff1 100755 --- a/etc/netstart +++ b/etc/netstart @@ -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 -- cgit v1.1