packages/utils/pciutils/patches/100-remove-no-timestamping.patch

13 lines
539 B
Diff
Raw Normal View History

diff -Nur pciutils-3.1.2/update-pciids.sh pciutils-3.1.2-patched/update-pciids.sh
--- pciutils-3.1.2/update-pciids.sh 2008-11-11 01:11:51.000000000 +0200
+++ pciutils-3.1.2-patched/update-pciids.sh 2009-04-27 01:34:24.000000000 +0300
@@ -33,7 +33,7 @@
DL="curl -o $DEST.new $SRC"
${quiet} && DL="$DL -s -S"
elif which wget >/dev/null 2>&1 ; then
- DL="wget --no-timestamping -O $DEST.new $SRC"
+ DL="wget -O $DEST.new $SRC"
${quiet} && DL="$DL -q"
elif which lynx >/dev/null 2>&1 ; then
DL="eval lynx -source $SRC >$DEST.new"