aboutsummaryrefslogtreecommitdiff
path: root/x11/kdebase3/files/patch-kdeeject
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase3/files/patch-kdeeject')
-rw-r--r--x11/kdebase3/files/patch-kdeeject12
1 files changed, 0 insertions, 12 deletions
diff --git a/x11/kdebase3/files/patch-kdeeject b/x11/kdebase3/files/patch-kdeeject
deleted file mode 100644
index 8a5870ad25ff..000000000000
--- a/x11/kdebase3/files/patch-kdeeject
+++ /dev/null
@@ -1,12 +0,0 @@
---- kdesktop/kdeeject Wed Dec 13 13:25:02 2000
-+++ kdesktop/kdeeject.new Fri Feb 23 02:59:54 2001
-@@ -11,7 +11,8 @@
- # TODO: On bsd, it should be 'cdcontrol -f $1 eject'
- # Checking for stuff in the PATH is ugly with sh though.
- # I guess this is the reason for making this a kde app...
-- if eject $1; then
-+ dev=`echo $1 | sed -E -e 's#/dev/##' -e 's/([0-9])./\1/'`
-+ if cdcontrol -f $dev eject; then
- # Success -> update icon
- dcop kdesktop default refreshIcons
- exit 0