From d2c5ead12f7669f748eae6640a99285e153cbcae Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 20 Jun 2003 20:51:41 +0000 Subject: Remove a bit of garbage --- sources/pcmcia.patch | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'sources/pcmcia.patch') diff --git a/sources/pcmcia.patch b/sources/pcmcia.patch index b8383a6bd..121435fc1 100644 --- a/sources/pcmcia.patch +++ b/sources/pcmcia.patch @@ -86,16 +86,6 @@ diff -urN pcmcia-cs-3.2.3.orig/etc/shared pcmcia-cs-3.2.3/etc/shared RUN=/var/run fi if [ -L $SC -o ! -O $SC ] ; then rm -f $SC ; fi -@@ -115,6 +130,9 @@ - fi - fi - -+ if ! [ -e $PC/i82365.o -a ! -L $PC/i82365.o ]; then -+ CARDMGR_OPTS="-C config-2.4 $CARDMGR_OPTS" -+ fi - if [ -s /var/run/cardmgr.pid ] && \ - kill -0 `cat /var/run/cardmgr.pid` 2>/dev/null ; then - echo "cardmgr is already running." @@ -154,7 +172,7 @@ ;; -- cgit v1.2.3