aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>1999-03-12 19:04:16 +0800
committerkris <kris@FreeBSD.org>1999-03-12 19:04:16 +0800
commit610b78a7d2d6e062a70749754fcd9b563867d02b (patch)
tree0c4cbedcfffc795a6771e9e1c601997aa1e1d4b8
parent9a54ddf5164279ba577837b4d878f7e523c3c080 (diff)
downloadfreebsd-ports-graphics-610b78a7d2d6e062a70749754fcd9b563867d02b.tar.gz
freebsd-ports-graphics-610b78a7d2d6e062a70749754fcd9b563867d02b.tar.zst
freebsd-ports-graphics-610b78a7d2d6e062a70749754fcd9b563867d02b.zip
Oops, actually commit the patch this time.
-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 00000000000..3caf99e6038
--- /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";
+
+