From 9ab530f7617f96d960fcff351f1fc8eade07b90e Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 19 Apr 1999 13:25:14 +0000 Subject: Upgrade to 1.30.1 PR: 10897, 11175 Submitted by: Jim Mock Chris Piazza --- misc/wmweather/files/patch-ab | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'misc/wmweather/files/patch-ab') diff --git a/misc/wmweather/files/patch-ab b/misc/wmweather/files/patch-ab index 3caf99e60381..20e26aaf21da 100644 --- a/misc/wmweather/files/patch-ab +++ b/misc/wmweather/files/patch-ab @@ -1,11 +1,9 @@ ---- GrabWeather.orig Thu Mar 11 13:55:19 1999 -+++ GrabWeather Thu Mar 11 13:58:18 1999 +--- GrabWeather.orig Fri Apr 16 14:43:10 1999 ++++ GrabWeather Fri Apr 16 14:43:28 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 = "wget --proxy=off --passive-ftp --tries 0 -q -O $home/.wmWeatherReports/$StationID.TXT $URL"; + $GrabCmd = "fetch -q -o $home/.wmWeatherReports/$StationID.TXT $URL"; system "$GrabCmd"; - - -- cgit v1.2.3