0c5c4a5fb7
of your favorite image from the WWW. PR: 14696 Submitted by: Osokin Sergey <ozz@FreeBSD.org.ru>
11 lines
456 B
Text
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";
|
|
|
|
}
|