From c43ce0fe82e7ced3223ff03567048a9f5ffb2608 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 6 Jun 2003 01:32:15 +0000 Subject: Do not disable pcmcia --- sources/pcmcia.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'sources/pcmcia.patch') diff --git a/sources/pcmcia.patch b/sources/pcmcia.patch index 23a4120ab..63e1a080c 100644 --- a/sources/pcmcia.patch +++ b/sources/pcmcia.patch @@ -21,3 +21,13 @@ diff -urN pcmcia-cs-3.2.3.orig/etc/shared pcmcia-cs-3.2.3/etc/shared usage () { echo "usage: $0 [action] [device name]" +--- pcmcia-cs-3.2.3/etc/rc.pcmcia~ 2003-06-05 19:24:49.000000000 -0600 ++++ pcmcia-cs-3.2.3/etc/rc.pcmcia 2003-06-05 19:25:04.000000000 -0600 +@@ -48,7 +48,6 @@ + for N in PCMCIA PCIC PCIC_OPTS CORE_OPTS CARDMGR_OPTS SCHEME ; do + V=`eval echo '$'ENV_$N` ; if [ "$V" ] ; then eval $N=\"$V\" ; fi + done +-if [ "$PCMCIA" -a "$PCMCIA" != "yes" ] ; then exit 0 ; fi + + usage() + { -- cgit v1.2.3