1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/misc/wmweather/files/patch-ab
1999-03-12 11:04:16 +00:00

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";