You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ru...@apache.org on 2008/06/09 20:34:41 UTC

svn commit: r665819 - /synapse/site/download/1.2/download.cgi

Author: ruwan
Date: Mon Jun  9 11:34:41 2008
New Revision: 665819

URL: http://svn.apache.org/viewvc?rev=665819&view=rev
Log:
Adding the cgi file which was missed in the site

Added:
    synapse/site/download/1.2/download.cgi   (with props)

Added: synapse/site/download/1.2/download.cgi
URL: http://svn.apache.org/viewvc/synapse/site/download/1.2/download.cgi?rev=665819&view=auto
==============================================================================
--- synapse/site/download/1.2/download.cgi (added)
+++ synapse/site/download/1.2/download.cgi Mon Jun  9 11:34:41 2008
@@ -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

Propchange: synapse/site/download/1.2/download.cgi
------------------------------------------------------------------------------
    svn:executable = *