summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1997-01-06 06:26:01 +0000
committernate <nate@FreeBSD.org>1997-01-06 06:26:01 +0000
commitb3c9efcc990bb68bad4dd9b3d16a6f0a5c2a348e (patch)
tree5db12c719b4b37ac8c8de096e4752ff8c6d5f1fa /etc
parentff784c16c3efa367716345cae4757260b38ead4d (diff)
downloadFreeBSD-src-b3c9efcc990bb68bad4dd9b3d16a6f0a5c2a348e.zip
FreeBSD-src-b3c9efcc990bb68bad4dd9b3d16a6f0a5c2a348e.tar.gz
Minor modifications to the PCCARD startup files and comments.
Submitted by: The Nomads
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/pccard4
-rw-r--r--etc/rc.pccard4
-rw-r--r--etc/sysconfig7
3 files changed, 9 insertions, 6 deletions
diff --git a/etc/rc.d/pccard b/etc/rc.d/pccard
index 597e894..341e733 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
diff --git a/etc/rc.pccard b/etc/rc.pccard
index 597e894..341e733 100644
--- a/etc/rc.pccard
+++ b/etc/rc.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
diff --git a/etc/sysconfig b/etc/sysconfig
index 5bcd980..c3a3fb1 100644
--- a/etc/sysconfig
+++ b/etc/sysconfig
@@ -4,7 +4,7 @@
# This is sysconfig - a file full of useful variables that you can set
# to change the default startup behavior of your system.
#
-# $Id: sysconfig,v 1.54 1996/12/10 02:23:27 adam Exp $
+# $Id: sysconfig,v 1.55 1997/01/04 23:29:56 alex Exp $
######################### Start Of Local Configuration Section ###########
@@ -273,7 +273,10 @@ pccard_mem=DEFAULT
# If you want to use Etnerent PCMCIA cards, specify the ifconfig portion
# here. (card-specific flags like connector selection should be written in
# the card-specific entry in /etc/pccard.conf). Set to DHCP if you want to
-# use a DHCP server to determine your IP address (not implemented).
+# use a DHCP server to determine your IP address. If you want to use DHCP
+# please install Wide-DHCP client from ports/packages collection (this
+# package requires you to configure and setup BPF (Berkeley Packet Filter)
+# in your kernel.
#
# Set to NO if you don't want to configure your PC-CARD ethernet controller.
#
OpenPOWER on IntegriCloud