summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1996-03-14 18:24:07 +0000
committernate <nate@FreeBSD.org>1996-03-14 18:24:07 +0000
commit36dc90ccd84a554a2f30cad4f4506746f345cafe (patch)
tree73a03e8d6ead18bffd716dc39e5a2e5ec61cef69 /etc/rc
parentfac8f2c92271b1198714685037e3dbf30a2e1e44 (diff)
downloadFreeBSD-src-36dc90ccd84a554a2f30cad4f4506746f345cafe.zip
FreeBSD-src-36dc90ccd84a554a2f30cad4f4506746f345cafe.tar.gz
Renamed the relevant PC-Card support files to reflect the newest release.
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc b/etc/rc
index 8fc9e40..e06d0e1 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.85 1996/02/23 10:44:49 adam Exp $
+# $Id: rc,v 1.86 1996/03/12 15:39:24 nate Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -95,8 +95,8 @@ if [ -f /etc/rc.serial ]; then
fi
# start up PC-card configuration
-if [ -f /etc/pccardstart ]; then
- . /etc/pccardstart
+if [ -f /etc/rc.pccard ]; then
+ . /etc/rc.pccard
fi
# start up the network
OpenPOWER on IntegriCloud