diff options
Diffstat (limited to 'print/foo2zjs/files/patch-getweb.in')
-rw-r--r-- | print/foo2zjs/files/patch-getweb.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/print/foo2zjs/files/patch-getweb.in b/print/foo2zjs/files/patch-getweb.in index 41d62f3793f6..6857a8e2fa6d 100644 --- a/print/foo2zjs/files/patch-getweb.in +++ b/print/foo2zjs/files/patch-getweb.in @@ -1,15 +1,15 @@ ---- getweb.in.orig 2011-05-17 13:44:16.000000000 +0400 -+++ getweb.in 2011-06-19 21:29:51.249616941 +0400 +--- getweb.in.orig 2013-12-26 01:00:11.000000000 +0400 ++++ getweb.in 2014-03-31 13:16:43.001753482 +0400 @@ -11,7 +11,7 @@ - VERSION='$Id: getweb.in,v 1.103 2011/05/17 09:44:16 rick Exp $' + VERSION='$Id: getweb.in,v 1.112 2013/12/25 21:00:11 rick Exp $' -WGETOPTS="--passive-ftp -q" +FETCHOPTS="-p -m -o" usage() { cat <<EOF -@@ -119,7 +119,7 @@ getexe() { +@@ -123,7 +123,7 @@ getexe() { exefile="$2" shift; shift @@ -18,7 +18,7 @@ error "Couldn't download $url/$exefile" unzip -oj $exefile "$@" rm $exefile -@@ -133,7 +133,7 @@ gettgz() { +@@ -137,7 +137,7 @@ gettgz() { file="$2" what="$3" @@ -27,7 +27,7 @@ error "Couldn't download $url/$file" gunzip <$file | tar xvf - $what rm $file -@@ -236,7 +236,7 @@ getone() { +@@ -241,7 +241,7 @@ getone() { BASE="$BASE/openmind/technic/swfw/mswprtdl.nsf/logdwl" FILE="MC2300DL_v255.zip" URL="$BASE?openagent&4CE486C20839C75AC1256D9E001EBD1F/\$File/$FILE" @@ -36,7 +36,7 @@ echo "*** Now use a windows box to unzip and install $FILE ***" ;; cpwl|pageworks) -@@ -252,7 +252,7 @@ getone() { +@@ -257,7 +257,7 @@ getone() { do base=`basename $i .IC_` mv $base.IC_ $base.ic_ @@ -45,7 +45,7 @@ rm -f $base.ic_ done fi -@@ -383,7 +383,7 @@ getone() { +@@ -400,7 +400,7 @@ getone() { URL="$URL?driver=$driver&printer=$printer" URL="$URL&.submit=Generate+PPD+file" URL="$URL&show=1&.cgifields=shortgui&.cgifields=show" @@ -54,7 +54,7 @@ error "Couldn't dowload $URL" done ;; -@@ -420,7 +420,7 @@ getone() { +@@ -438,7 +438,7 @@ getone() { update) url=${URLZJS} file=foo2zjs.tar.gz |