You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/02/26 20:49:33 UTC

svn commit: r1450373 - /commons/proper/logging/trunk/src/site/resources/download_logging.cgi

Author: tn
Date: Tue Feb 26 19:49:32 2013
New Revision: 1450373

URL: http://svn.apache.org/r1450373
Log:
Add download_logging.cgi to site/resources.

Added:
    commons/proper/logging/trunk/src/site/resources/download_logging.cgi

Added: commons/proper/logging/trunk/src/site/resources/download_logging.cgi
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/src/site/resources/download_logging.cgi?rev=1450373&view=auto
==============================================================================
--- commons/proper/logging/trunk/src/site/resources/download_logging.cgi (added)
+++ commons/proper/logging/trunk/src/site/resources/download_logging.cgi Tue Feb 26 19:49:32 2013
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Just call the standard mirrors.cgi script. It will use download.html
+# as the input template.
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file