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 # -# $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 diff --git a/etc/rc.pccard b/etc/rc.pccard index 12425ccf4b19..12a4257c5321 100644 --- a/etc/rc.pccard +++ b/etc/rc.pccard @@ -3,11 +3,11 @@ # PC-card startup script # HOSOKAWA, Tatsumi # -# $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