diff options
Diffstat (limited to 'pcmcia-cs/pcmcia-cs-3.2.8/busybox.patch')
-rw-r--r-- | pcmcia-cs/pcmcia-cs-3.2.8/busybox.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/pcmcia-cs/pcmcia-cs-3.2.8/busybox.patch b/pcmcia-cs/pcmcia-cs-3.2.8/busybox.patch deleted file mode 100644 index 7237f3b813..0000000000 --- a/pcmcia-cs/pcmcia-cs-3.2.8/busybox.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- pcmcia-cs-3.2.3/etc/shared~ide 2003-03-11 10:26:14.000000000 -0600 -+++ pcmcia-cs-3.2.3/etc/shared 2003-03-11 10:32:39.000000000 -0600 -@@ -57,7 +57,7 @@ - fi - if is_true $DO_MOUNT ; then - O=${OPTS:+-o $OPTS} ; FS=${FSTYPE:+-t $FSTYPE} -- log mount -v $O $FS $1 $MOUNTPT || return 1 -+ log mount $O $FS $1 $MOUNTPT || return 1 - fi - return 0 - } -@@ -85,7 +85,7 @@ - test -b $1 || return 1 - do_fuser -k -m $1 > /dev/null - if mount | grep -q "$1 on" ; then -- log umount -v $1 || return 1 -+ log umount $1 || return 1 - fi - if is_true $DO_FSTAB ; then - grep -v $1 /etc/fstab > /etc/fstab.N |