summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1999-03-17 20:57:40 +0000
committernate <nate@FreeBSD.org>1999-03-17 20:57:40 +0000
commit1421f727f3df3b07e2b4e3a657ba2b5787b1f78f (patch)
treeea46d305ab244c16c6b77f376c4f637c3641c482 /etc
parent10d69fb3871694a69da8b2a540f49962d4ce44d2 (diff)
downloadFreeBSD-src-1421f727f3df3b07e2b4e3a657ba2b5787b1f78f.zip
FreeBSD-src-1421f727f3df3b07e2b4e3a657ba2b5787b1f78f.tar.gz
Whoops, fixed typos in PCIC loading command when I modified Sean's
original patch. Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU>
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/pccard4
-rw-r--r--etc/rc.pccard4
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/rc.d/pccard b/etc/rc.d/pccard
index 1402081..73df190 100644
--- a/etc/rc.d/pccard
+++ b/etc/rc.d/pccard
@@ -3,12 +3,12 @@
# PC-card startup script
# HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp>
#
-# $Id: rc.pccard,v 1.7 1999/02/04 10:06:44 markm Exp $
+# $Id: rc.pccard,v 1.8 1999/03/17 17:39:50 nate Exp $
#
if [ "X$pccard_enable" = X"YES" ] ; then
builtin=`kldstat -v -n 1 | grep pcic | awk '{print $2}'`
- if [ $builtin = 'pcic' ] ; then
+ if [ "$builtin" = "pcic" ] ; then
echo "PCIC module compiled in"
else
if kldload pcic; then
diff --git a/etc/rc.pccard b/etc/rc.pccard
index 1402081..73df190 100644
--- a/etc/rc.pccard
+++ b/etc/rc.pccard
@@ -3,12 +3,12 @@
# PC-card startup script
# HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp>
#
-# $Id: rc.pccard,v 1.7 1999/02/04 10:06:44 markm Exp $
+# $Id: rc.pccard,v 1.8 1999/03/17 17:39:50 nate Exp $
#
if [ "X$pccard_enable" = X"YES" ] ; then
builtin=`kldstat -v -n 1 | grep pcic | awk '{print $2}'`
- if [ $builtin = 'pcic' ] ; then
+ if [ "$builtin" = "pcic" ] ; then
echo "PCIC module compiled in"
else
if kldload pcic; then
OpenPOWER on IntegriCloud