summaryrefslogtreecommitdiff
path: root/openembedded/packages/pcmcia-cs/pcmcia-cs-3.2.8/automount.patch
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/pcmcia-cs/pcmcia-cs-3.2.8/automount.patch')
-rw-r--r--openembedded/packages/pcmcia-cs/pcmcia-cs-3.2.8/automount.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/openembedded/packages/pcmcia-cs/pcmcia-cs-3.2.8/automount.patch b/openembedded/packages/pcmcia-cs/pcmcia-cs-3.2.8/automount.patch
deleted file mode 100644
index 5f11147eb..000000000
--- a/openembedded/packages/pcmcia-cs/pcmcia-cs-3.2.8/automount.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- pcmcia-cs-3.2.8/etc/shared.orig 2004-12-15 02:21:11.000000000 +0100
-+++ pcmcia-cs-3.2.8/etc/shared 2004-12-27 17:09:51.000000000 +0100
-@@ -55,8 +55,15 @@
- fi
- if is_true $DO_MOUNT ; then
- O=${OPTS:+-o $OPTS} ; FS=${FSTYPE:+-t $FSTYPE}
-- log mount $O $FS $1 $MOUNTPT || return 1
-+ if test -x /etc/pcmcia/ide_automount
-+ then
-+ /etc/pcmcia/ide_automount
-+ else
-+ log mount $O $FS $1 $MOUNTPT || return 1
-+ fi
- fi
-+
-+ logger "SHARED [$MOUNTPT] [$1]"
- return 0
- }
-