Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 79327 Details for
Bug 122256
sys-apps/eject-2.1.0 toggle bug
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch that fixes toggle problem
eject-2.1.0-toggle-fix.patch (text/plain), 793 bytes, created by
Stuart W. Finlayson
on 2006-02-09 07:47:45 UTC
(
hide
)
Description:
Patch that fixes toggle problem
Filename:
MIME Type:
Creator:
Stuart W. Finlayson
Created:
2006-02-09 07:47:45 UTC
Size:
793 bytes
patch
obsolete
>--- eject.c.orig 2006-02-09 10:25:00.000000000 -0500 >+++ eject.c 2006-02-09 10:26:39.000000000 -0500 >@@ -1028,16 +1028,6 @@ > exit(0); > } > >- /* handle -T option */ >- if (T_option) { >- if (v_option) >- printf(_("%s: toggling tray\n"), programName); >- fd = OpenDevice(deviceName); >- ToggleTray(fd); >- HandleXOption(deviceName); >- exit(0); >- } >- > /* handle -x option only */ > if (!c_option) HandleXOption(deviceName); > >@@ -1054,6 +1044,16 @@ > if ((m_option != 1) && (pattern != 0)) > UnmountDevices(pattern); > >+ /* handle -T option */ >+ if (T_option) { >+ if (v_option) >+ printf(_("%s: toggling tray\n"), programName); >+ fd = OpenDevice(deviceName); >+ ToggleTray(fd); >+ HandleXOption(deviceName); >+ exit(0); >+ } >+ > /* handle -c option */ > if (c_option) { > if (v_option)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 122256
: 79327