diff options
Diffstat (limited to 'etc/netstart')
-rwxr-xr-x | etc/netstart | 5 |
1 files changed, 5 insertions, 0 deletions
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 |