freebsd-ports/graphics/wmgrabimage/files/patch-ab
Ade Lovett 0c5c4a5fb7 A windowmaker DockApp that maintains a small thumbnail copy
of your favorite image from the WWW.

PR:		14696
Submitted by:	Osokin Sergey <ozz@FreeBSD.org.ru>
2000-01-05 19:57:02 +00:00

11 lines
456 B
Text

--- GrabImage.orig Thu Nov 4 01:44:43 1999
+++ GrabImage Thu Nov 4 01:46:12 1999
@@ -52,7 +52,7 @@
# I think some of these wget command line options may cause problems
# for some people? Dont know why...
#
- $GrabCmd = "wget --proxy=off --passive-ftp --tries 0 -q -O $home/.wmGrabImage/$ImageName $URL";
+ $GrabCmd = "fetch -p -q -o $home/.wmGrabImage/$ImageName $URL";
system "$GrabCmd";
}