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

12 lines
453 B
Plaintext
Raw Normal View History

--- GrabWeather.orig Wed Apr 14 22:58:15 1999
+++ GrabWeather Sun Apr 25 12:48:20 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 -p -q -o $home/.wmWeatherReports/$StationID.TXT $URL";
system "$GrabCmd";