ALT Linux Bugzilla
– Attachment 2054 Details for
Bug 6568
output is send to wrong file
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Patch to send usage info to stdout
eject-2.1.5-alt-usage.patch (text/plain), 970 bytes, created by
Evgenii Terechkov
on 2007-06-27 05:11:55 MSD
(
hide
)
Description:
Patch to send usage info to stdout
Filename:
MIME Type:
Creator:
Evgenii Terechkov
Created:
2007-06-27 05:11:55 MSD
Size:
970 bytes
patch
obsolete
>--- eject/eject.c.orig 2007-06-27 09:05:19 +0800 >+++ eject/eject.c 2007-06-27 09:06:15 +0800 >@@ -154,7 +154,7 @@ static const char *partitionDevice[] = { > static void usage() > { > // perror(_("%s: device is `%s'\n")); >- fprintf(stderr,_( >+ printf(_( > "Eject version %s by Jeff Tranter (tranter@pobox.com)\n" > "Usage:\n" > " eject -h -- display command usage and exit\n" >@@ -185,7 +185,7 @@ static void usage() > ) > , version); > #ifdef GETOPTLONG >- fprintf(stderr,_( >+ printf(_( > "Long options:\n" > " -h --help -v --verbose -d --default\n" > " -a --auto -c --changerslot -t --trayclose -x --cdspeed\n" >@@ -204,7 +204,7 @@ static void usage() > " -n --noop -V --version\n" > " -p --proc -m --no-unmount -T --traytoggle\n")); > #endif /* GETOPTLONG */ >- fprintf(stderr,_( >+ printf(_( > "Parameter <name> can be a device file or a mount point.\n" > "If omitted, name defaults to `%s'.\n" > "By default tries -r, -s, -f, and -q in order until success.\n"),
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 6568
: 2054