Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1479150 Details for
Bug 1484411
Running wget with -O and -q in the background yields a file wget-log
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix quiet option
wget-1.19.5-quiet.patch (text/plain), 630 bytes, created by
Tomas Korbar
on 2018-08-28 07:16:56 UTC
(
hide
)
Description:
Fix quiet option
Filename:
MIME Type:
Creator:
Tomas Korbar
Created:
2018-08-28 07:16:56 UTC
Size:
630 bytes
patch
obsolete
>commit 23c36d50f1975ce68a5acf176113e3c7edadf46e >Author: Tomas Korbar <tkorbar@redhat.com> >Date: Mon Aug 27 13:03:37 2018 +0200 > > Fix quiet option when wget runs in background > >diff --git a/src/log.c b/src/log.c >index d879dff..e8cca2f 100644 >--- a/src/log.c >+++ b/src/log.c >@@ -974,7 +974,7 @@ check_redirect_output (void) > { > pid_t foreground_pgrp = tcgetpgrp (STDIN_FILENO); > >- if (foreground_pgrp != -1 && foreground_pgrp != getpgrp ()) >+ if (foreground_pgrp != -1 && foreground_pgrp != getpgrp () && !opt.quiet) > { > /* Process backgrounded */ > redirect_output (true,NULL);
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
Flags:
thozza
: review+
Actions:
View
|
Diff
Attachments on
bug 1484411
: 1479150