diff options
author | Kris Kennaway <kris@FreeBSD.org> | 1999-04-25 03:23:53 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 1999-04-25 03:23:53 +0000 |
commit | 02878ac1ce427186d909452565738d37cce38936 (patch) | |
tree | 2ba664c569a892805b501b8707b50d26a0fdfab3 /misc/wmweather | |
parent | b26f6a2fe2c223ab5bd047e0ecc3f45889e5239d (diff) | |
download | ports-02878ac1ce427186d909452565738d37cce38936.tar.gz ports-02878ac1ce427186d909452565738d37cce38936.zip |
Notes
Diffstat (limited to 'misc/wmweather')
-rw-r--r-- | misc/wmweather/files/patch-ab | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/wmweather/files/patch-ab b/misc/wmweather/files/patch-ab index 20e26aaf21da..8f23c404a60e 100644 --- a/misc/wmweather/files/patch-ab +++ b/misc/wmweather/files/patch-ab @@ -1,9 +1,11 @@ ---- GrabWeather.orig Fri Apr 16 14:43:10 1999 -+++ GrabWeather Fri Apr 16 14:43:28 1999 +--- 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 -q -o $home/.wmWeatherReports/$StationID.TXT $URL"; ++ $GrabCmd = "fetch -p -q -o $home/.wmWeatherReports/$StationID.TXT $URL"; system "$GrabCmd"; + + |