diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-02-20 00:15:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-02-20 00:15:27 +0000 |
commit | a96bd042fe41cc807c30e9212bc0945bcf69cb6b (patch) | |
tree | 57a97f317b42e06fee9703389528aad6512f3bad /misc/wmweather/files/patch-ab | |
parent | - Update to 3.3 (diff) |
Update to wmweather 2.4.3
Notes
Notes:
svn path=/head/; revision=129327
Diffstat (limited to 'misc/wmweather/files/patch-ab')
-rw-r--r-- | misc/wmweather/files/patch-ab | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/wmweather/files/patch-ab b/misc/wmweather/files/patch-ab deleted file mode 100644 index 8f23c404a60e..000000000000 --- a/misc/wmweather/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 -p -q -o $home/.wmWeatherReports/$StationID.TXT $URL"; - system "$GrabCmd"; - - |