summaryrefslogtreecommitdiffstats
path: root/etc/rc.pccard
diff options
context:
space:
mode:
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 6fb53ac..5b171cf 100644
--- a/etc/rc.pccard
+++ b/etc/rc.pccard
@@ -1,6 +1,6 @@
#!/bin/sh -
# PC-card startup script
-# $Id: rc.pccard,v 1.14 1999/07/07 01:19:12 hosokawa Exp $
+# $Id: rc.pccard,v 1.15 1999/07/07 01:26:55 hosokawa Exp $
if [ "X$pccard_enable" = X"YES" ] ; then
if [ "x$pccard_mem" != "xDEFAULT" ] ; then
@@ -12,5 +12,5 @@ if [ "X$pccard_enable" = X"YES" ] ; then
pccardd_flags="$pccardd_flags -f $pccard_conf"
fi
echo -n "Enable PC-card."
- pccardd $pccardd_flags 2>&1 > /var/log/pccardd.debug &
+ pccardd $pccardd_flags 2>&1 > /var/log/pccardd.debug
fi
OpenPOWER on IntegriCloud