diff options
author | kris <kris@FreeBSD.org> | 1999-04-25 03:23:53 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 1999-04-25 03:23:53 +0000 |
commit | a3185770d1eef8f86eb5138873f23f94b9bedbf7 (patch) | |
tree | e0e745ff4bb48db9c5168b6cca3c28f51c53a01a | |
parent | 8c9f801b64e0a0ac15b555b22f3833608b4a1d1e (diff) | |
download | FreeBSD-ports-a3185770d1eef8f86eb5138873f23f94b9bedbf7.zip FreeBSD-ports-a3185770d1eef8f86eb5138873f23f94b9bedbf7.tar.gz |
Use passive-mode FTP to be nice to the firewalled folks.
Submitted by: Niels Kroon <niels@hot.cl>
-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 20e26aa..8f23c40 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"; + + |