mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
9ab530f761
PR: 10897, 11175 Submitted by: Jim Mock <jim@phrantic.phear.net> Chris Piazza <cpiazza@home.net>
10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
--- GrabWeather.orig Fri Apr 16 14:43:10 1999
|
|
+++ GrabWeather Fri Apr 16 14:43:28 1999
|
|
@@ -49,7 +49,7 @@
|
|
# for some people? Dont know why... (Perhaps they have a ~/.wgetrc file
|
|
# that overrides command line options?).
|
|
#
|
|
- $GrabCmd = "wget --proxy=off --passive-ftp --tries 0 -q -O $home/.wmWeatherReports/$StationID.TXT $URL";
|
|
+ $GrabCmd = "fetch -q -o $home/.wmWeatherReports/$StationID.TXT $URL";
|
|
system "$GrabCmd";
|