SOURCES: pciutils-nowhich.patch - updated for pciutils-3.0.3
pawelz
pawelz at pld-linux.org
Thu Nov 27 17:52:50 CET 2008
Author: pawelz Date: Thu Nov 27 16:52:50 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated for pciutils-3.0.3
---- Files affected:
SOURCES:
pciutils-nowhich.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/pciutils-nowhich.patch
diff -u SOURCES/pciutils-nowhich.patch:1.2 SOURCES/pciutils-nowhich.patch:1.3
--- SOURCES/pciutils-nowhich.patch:1.2 Fri May 16 17:54:43 2008
+++ SOURCES/pciutils-nowhich.patch Thu Nov 27 17:52:45 2008
@@ -1,5 +1,5 @@
---- pciutils-2.2.9/update-pciids.sh~ 2006-09-09 13:36:17.000000000 +0300
-+++ pciutils-2.2.9/update-pciids.sh 2008-04-15 03:40:37.506541329 +0300
+--- pciutils-3.0.3/update-pciids.sh~ 2008-11-27 17:46:09.000000000 +0100
++++ pciutils-3.0.3/update-pciids.sh 2008-11-27 17:49:47.000000000 +0100
@@ -19,23 +19,23 @@
DECOMP="cat"
SRC="$SRC.gz"
@@ -21,8 +21,8 @@
DL="curl -o $DEST.new $SRC"
${quiet} && DL="$DL -s -S"
-elif which wget >/dev/null 2>&1 ; then
-+elif [ -x /usr/bin/wget ]; then
- DL="wget -O $DEST.new $SRC"
++elif [ -x /usr/bin/curl ]; then
+ DL="wget --no-timestamping -O $DEST.new $SRC"
${quiet} && DL="$DL -q"
-elif which lynx >/dev/null 2>&1 ; then
+elif [ -x /usr/bin/lynx ]; then
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/pciutils-nowhich.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list