mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
0c5c4a5fb7
of your favorite image from the WWW. PR: 14696 Submitted by: Osokin Sergey <ozz@FreeBSD.org.ru>
12 lines
456 B
Plaintext
12 lines
456 B
Plaintext
--- 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";
|
|
|
|
}
|