summaryrefslogtreecommitdiffstats
path: root/etc/rc.pccard
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-05-03 11:22:17 +0000
committerjkh <jkh@FreeBSD.org>1997-05-03 11:22:17 +0000
commitaf4383e1b67df81e99a9fce13089d834220e8928 (patch)
tree306b768e5faa6abdc6ab38cba90ee8df594be76c /etc/rc.pccard
parentfe8101c0866e92737fd07af50822dd6c8f0ceed8 (diff)
downloadFreeBSD-src-af4383e1b67df81e99a9fce13089d834220e8928.zip
FreeBSD-src-af4383e1b67df81e99a9fce13089d834220e8928.tar.gz
Update the etc world from RELENG_2_2 which is now more up-to-date
(gotta get myself -current again, this is a drag). Also-fixes-problems-noted-by: Wolfgang Helbig & Joerg Wunsch
Diffstat (limited to 'etc/rc.pccard')
-rw-r--r--etc/rc.pccard4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.pccard b/etc/rc.pccard
index 3b254de..c0ef84d 100644
--- a/etc/rc.pccard
+++ b/etc/rc.pccard
@@ -10,6 +10,6 @@ if [ "X$pccard_enable" = X"YES" ] ; then
else
pccardc pccardmem 0xd0000
fi
- echo "Enable PC-card."
- pccardd &
+ echo -n "Enable PC-card."
+ pccardd 2>&1 > /var/log/pccardd.debug &
fi
OpenPOWER on IntegriCloud