diff options
Diffstat (limited to 'misc/wmweather')
-rw-r--r-- | misc/wmweather/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/wmweather/files/patch-ab b/misc/wmweather/files/patch-ab new file mode 100644 index 000000000000..3caf99e60381 --- /dev/null +++ b/misc/wmweather/files/patch-ab @@ -0,0 +1,11 @@ +--- 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"; + + |