From 610b78a7d2d6e062a70749754fcd9b563867d02b Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 12 Mar 1999 11:04:16 +0000 Subject: Oops, actually commit the patch this time. --- misc/wmweather/files/patch-ab | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 misc/wmweather/files/patch-ab (limited to 'misc') 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"; + + -- cgit