From b3c9efcc990bb68bad4dd9b3d16a6f0a5c2a348e Mon Sep 17 00:00:00 2001 From: nate Date: Mon, 6 Jan 1997 06:26:01 +0000 Subject: Minor modifications to the PCCARD startup files and comments. Submitted by: The Nomads --- etc/rc.d/pccard | 4 ++-- etc/rc.pccard | 4 ++-- etc/sysconfig | 7 +++++-- 3 files changed, 9 insertions(+), 6 deletions(-) (limited to 'etc') 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. # -- cgit v1.1