aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d
diff options
context:
space:
mode:
authorNate Williams <nate@FreeBSD.org>1997-01-06 06:26:01 +0000
committerNate Williams <nate@FreeBSD.org>1997-01-06 06:26:01 +0000
commit6951277803f686d991bfa02d80ae1d1210742cac (patch)
tree5db12c719b4b37ac8c8de096e4752ff8c6d5f1fa /etc/rc.d
parent3a9b8d50001de309a270592c961ddbb89206606b (diff)
downloadsrc-6951277803f686d991bfa02d80ae1d1210742cac.tar.gz
src-6951277803f686d991bfa02d80ae1d1210742cac.zip
Minor modifications to the PCCARD startup files and comments.
Submitted by: The Nomads
Notes
Notes: svn path=/head/; revision=21365
Diffstat (limited to 'etc/rc.d')
-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 597e89450ef6..341e73337c4b 100644
--- a/etc/rc.d/pccard
+++ b/etc/rc.d/pccard
@@ -15,6 +15,6 @@ if [ "x$pccard_enable" != "xNO" ] ; then
else
/usr/sbin/pccardc pccardmem 0xd0000
fi
- echo -n "Enable PC-card."
- /usr/sbin/pccardd 2>&1 > /var/log/pccardd.debug &
+ echo "Enable PC-card."
+ /usr/sbin/pccardd &
fi