aboutsummaryrefslogtreecommitdiffstats
path: root/testing/abcde/busybox-wget.patch
diff options
context:
space:
mode:
authorPeter Bui <pnutzh4x0r@gmail.com>2014-10-24 11:28:54 -0500
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-30 12:56:14 +0000
commit79c955c62f819413d3c82207c7f1a72d9096f4b8 (patch)
treeba18cbf39fbdf7305ea8797f8f41f1c3536c9366 /testing/abcde/busybox-wget.patch
parentbd0fe1110188e650d805780093b3b719d8020e4d (diff)
testing/abcde: new aport
http://code.google.com/p/abcde/ A command line CD encoder that reads your CD, downloads the track information from a CDDB provider, and rips your CD
Diffstat (limited to 'testing/abcde/busybox-wget.patch')
-rw-r--r--testing/abcde/busybox-wget.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/abcde/busybox-wget.patch b/testing/abcde/busybox-wget.patch
new file mode 100644
index 00000000000..9733fbcee43
--- /dev/null
+++ b/testing/abcde/busybox-wget.patch
@@ -0,0 +1,11 @@
+--- a/abcde 2014-09-28 19:01:23.465895247 +0500
++++ b/abcde 2014-09-28 19:02:01.292355035 +0500
+@@ -3359,7 +3359,7 @@
+
+ if [ "$HTTPGETOPTS" = "" ] ; then
+ case $HTTPGET in
+- wget) HTTPGETOPTS="-q -nv -e timestamping=off -O -";;
++ wget) HTTPGETOPTS="-q -O -";;
+ curl) HTTPGETOPTS="-f -s";;
+ fetch)HTTPGETOPTS="-q -o -";;
+ ftp) HTTPGETOPTS="-a -V -o - ";;