diff options
Diffstat (limited to 'x11/kdebase3/patches/patch-bc')
-rw-r--r-- | x11/kdebase3/patches/patch-bc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/kdebase3/patches/patch-bc b/x11/kdebase3/patches/patch-bc index f6ae19992fc..61d31300d5e 100644 --- a/x11/kdebase3/patches/patch-bc +++ b/x11/kdebase3/patches/patch-bc @@ -1,7 +1,7 @@ -$NetBSD: patch-bc,v 1.3 2004/08/21 12:35:15 markd Exp $ +$NetBSD: patch-bc,v 1.4 2005/12/11 11:01:48 markd Exp $ ---- kdesktop/kdeeject.orig 2004-05-23 08:26:46.000000000 +1200 -+++ kdesktop/kdeeject +--- kdeeject/kdeeject.orig 2005-09-10 20:25:38.000000000 +1200 ++++ kdeeject/kdeeject @@ -1,6 +1,6 @@ #!/bin/sh # Script used by kdesktop to eject a removable media (CDROM/Tape/SCSI/Floppy) @@ -10,7 +10,7 @@ $NetBSD: patch-bc,v 1.3 2004/08/21 12:35:15 markd Exp $ # # Copyright GPL v2 by David Faure <david@mandrakesoft.com> # -@@ -12,7 +12,7 @@ if [ $# = 1 -a "$1" != "--help" ]; then +@@ -17,7 +17,7 @@ if test $# -ge 1 -a "$1" != "--help"; th OpenBSD) cdio -f $1 eject >/dev/null 2>&1 ;; |