aboutsummaryrefslogtreecommitdiff
path: root/misc/wmweather
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>1999-03-12 11:04:16 +0000
committerKris Kennaway <kris@FreeBSD.org>1999-03-12 11:04:16 +0000
commit0a6fd13d08bffa98142356940e5556aec96e7d4c (patch)
tree1c7ccb88ee92a0f2c2f37d10ed0389e2008506a9 /misc/wmweather
parent83a82148a1418f293b475b4975f338c693b15dd6 (diff)
downloadports-0a6fd13d08bffa98142356940e5556aec96e7d4c.tar.gz
ports-0a6fd13d08bffa98142356940e5556aec96e7d4c.zip
Oops, actually commit the patch this time.
Notes
Notes: svn path=/head/; revision=17151
Diffstat (limited to 'misc/wmweather')
-rw-r--r--misc/wmweather/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
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";
+
+