summaryrefslogtreecommitdiffstats
path: root/xdocs/download.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'xdocs/download.cgi')
-rwxr-xr-xxdocs/download.cgi6
1 files changed, 6 insertions, 0 deletions
diff --git a/xdocs/download.cgi b/xdocs/download.cgi
new file mode 100755
index 0000000..8bdb438
--- /dev/null
+++ b/xdocs/download.cgi
@@ -0,0 +1,6 @@
+#!/bin/sh
+# Wrapper script around mirrors.cgi script
+# (we must change to that directory in order for python to pick up the
+# python includes correctly)
+cd /www/www.apache.org/dyn/mirrors
+/www/www.apache.org/dyn/mirrors/mirrors.cgi $* \ No newline at end of file