mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
12 lines
438 B
Plaintext
12 lines
438 B
Plaintext
--- GrabWeather.orig Thu Mar 11 13:55:19 1999
|
|
+++ GrabWeather Thu Mar 11 13:58:18 1999
|
|
@@ -49,7 +49,7 @@
|
|
# for some people? Dont know why... (Perhaps they have a ~/.wgetrc file
|
|
# that overrides command line options?).
|
|
#
|
|
- $GrabCmd = "wget --passive-ftp --tries 2 -q -O $home/.wmWeatherReports/$StationID.TXT $URL";
|
|
+ $GrabCmd = "fetch -q -o $home/.wmWeatherReports/$StationID.TXT $URL";
|
|
system "$GrabCmd";
|
|
|
|
|