aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/pccard
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/pccard')
-rw-r--r--etc/rc.d/pccard4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/pccard b/etc/rc.d/pccard
index 12425ccf4b19..12a4257c5321 100644
--- a/etc/rc.d/pccard
+++ b/etc/rc.d/pccard
@@ -3,11 +3,11 @@
# PC-card startup script
# HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp>
#
-# $Id: rc.pccard,v 1.9 1999/03/17 20:57:40 nate Exp $
+# $Id: rc.pccard,v 1.10 1999/03/17 21:57:00 nate Exp $
#
if [ "X$pccard_enable" = X"YES" ] ; then
- builtin=`kldstat -v -i 1 | grep pcic | awk '{print $2}'`
+ builtin=`kldstat -v -i 1 | grep -w pcic | awk '{print $2}'`
if [ "$builtin" = "pcic" ] ; then
echo "PCIC module compiled in"
else