1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Fix eject device.

Submitted by: Vivek Khera <khera@kciLink.com>
This commit is contained in:
Kevin Lo 2000-12-01 07:36:07 +00:00
parent ee1b4beff5
commit 54fa8c1be3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35573
8 changed files with 96 additions and 0 deletions

View File

@ -0,0 +1,12 @@
--- kdesktop/kdeeject.orig Fri Dec 1 15:25:26 2000
+++ kdesktop/kdeeject Fri Dec 1 15:25:33 2000
@@ -8,7 +8,8 @@
# kmessage, to show a message box in case of error.
#
if [ $# = 1 -a "$1" != "--help" ]; then
- 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

View File

@ -0,0 +1,12 @@
--- kdesktop/kdeeject.orig Fri Dec 1 15:25:26 2000
+++ kdesktop/kdeeject Fri Dec 1 15:25:33 2000
@@ -8,7 +8,8 @@
# kmessage, to show a message box in case of error.
#
if [ $# = 1 -a "$1" != "--help" ]; then
- 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

View File

@ -0,0 +1,12 @@
--- kdesktop/kdeeject.orig Fri Dec 1 15:25:26 2000
+++ kdesktop/kdeeject Fri Dec 1 15:25:33 2000
@@ -8,7 +8,8 @@
# kmessage, to show a message box in case of error.
#
if [ $# = 1 -a "$1" != "--help" ]; then
- 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

View File

@ -0,0 +1,12 @@
--- kdesktop/kdeeject.orig Fri Dec 1 15:25:26 2000
+++ kdesktop/kdeeject Fri Dec 1 15:25:33 2000
@@ -8,7 +8,8 @@
# kmessage, to show a message box in case of error.
#
if [ $# = 1 -a "$1" != "--help" ]; then
- 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

View File

@ -0,0 +1,12 @@
--- kdesktop/kdeeject.orig Fri Dec 1 15:25:26 2000
+++ kdesktop/kdeeject Fri Dec 1 15:25:33 2000
@@ -8,7 +8,8 @@
# kmessage, to show a message box in case of error.
#
if [ $# = 1 -a "$1" != "--help" ]; then
- 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

View File

@ -0,0 +1,12 @@
--- kdesktop/kdeeject.orig Fri Dec 1 15:25:26 2000
+++ kdesktop/kdeeject Fri Dec 1 15:25:33 2000
@@ -8,7 +8,8 @@
# kmessage, to show a message box in case of error.
#
if [ $# = 1 -a "$1" != "--help" ]; then
- 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

View File

@ -0,0 +1,12 @@
--- kdesktop/kdeeject.orig Fri Dec 1 15:25:26 2000
+++ kdesktop/kdeeject Fri Dec 1 15:25:33 2000
@@ -8,7 +8,8 @@
# kmessage, to show a message box in case of error.
#
if [ $# = 1 -a "$1" != "--help" ]; then
- 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

View File

@ -0,0 +1,12 @@
--- kdesktop/kdeeject.orig Fri Dec 1 15:25:26 2000
+++ kdesktop/kdeeject Fri Dec 1 15:25:33 2000
@@ -8,7 +8,8 @@
# kmessage, to show a message box in case of error.
#
if [ $# = 1 -a "$1" != "--help" ]; then
- 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