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 302067 Details for
Bug 441946
update-pciids broken with wget 1.11 and "timestamping = on" in wgetrc
[?]
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]
Work around wget 1.11 regression with timestamping and -O
0001-Workaround-for-wget-1.11-and-timestamping-on-in.patch (text/plain), 1002 bytes, created by
Ville Skyttä
on 2008-04-10 20:01:28 UTC
(
hide
)
Description:
Work around wget 1.11 regression with timestamping and -O
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2008-04-10 20:01:28 UTC
Size:
1002 bytes
patch
obsolete
>From 0143e0bedf3b368211295ea4484f10319cea360e Mon Sep 17 00:00:00 2001 >From: =?utf-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi> >Date: Thu, 10 Apr 2008 22:41:45 +0300 >Subject: [PATCH] Workaround for wget 1.11 and "timestamping = on" in wgetrc. >MIME-Version: 1.0 >Content-Type: text/plain; charset=utf-8 >Content-Transfer-Encoding: 8bit > >More info: https://savannah.gnu.org/bugs/?22896 > >Signed-off-by: Ville Skyttä <ville.skytta@iki.fi> >--- > update-pciids.sh | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/update-pciids.sh b/update-pciids.sh >index 52a3d7e..f202db0 100755 >--- a/update-pciids.sh >+++ b/update-pciids.sh >@@ -33,7 +33,7 @@ if which curl >/dev/null 2>&1 ; then > DL="curl -o $DEST.new $SRC" > ${quiet} && DL="$DL -s -S" > elif which wget >/dev/null 2>&1 ; then >- DL="wget -O $DEST.new $SRC" >+ DL="wget -e timestamping=off -O $DEST.new $SRC" > ${quiet} && DL="$DL -q" > elif which lynx >/dev/null 2>&1 ; then > DL="eval lynx -source $SRC >$DEST.new" >-- >1.5.4.3 >
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 441946
: 302067