summaryrefslogtreecommitdiff
path: root/x11-wm/wmakerconf/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/wmakerconf/files/patch-aa')
-rw-r--r--x11-wm/wmakerconf/files/patch-aa10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-wm/wmakerconf/files/patch-aa b/x11-wm/wmakerconf/files/patch-aa
new file mode 100644
index 000000000000..0c4a504e26da
--- /dev/null
+++ b/x11-wm/wmakerconf/files/patch-aa
@@ -0,0 +1,10 @@
+--- scripts/wget.pl.orig Thu Mar 16 09:11:14 2000
++++ scripts/wget.pl Fri Apr 7 22:06:14 2000
+@@ -1,6 +1,6 @@
+ #! /usr/bin/perl
+ quit ("Wget not installed") if $wwwget eq "";
+
+-$rc = system ("$wwwget --quiet -c --tries=0 -O$tmpfile '$url'");
++$rc = system ("$wwwget --q -o $tmpfile '$url'");
+
+ quit ("HTTP response error.") if $rc;