Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 4448 invoked from network); 12 Feb 2009 19:55:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2009 19:55:18 -0000 Received: (qmail 15155 invoked by uid 500); 12 Feb 2009 19:55:18 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 14934 invoked by uid 500); 12 Feb 2009 19:55:17 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 14925 invoked by uid 99); 12 Feb 2009 19:55:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Feb 2009 11:55:17 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Feb 2009 19:55:16 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B0640238896F; Thu, 12 Feb 2009 19:54:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r743854 - /httpd/mod_mbox/trunk/scripts/site-index.py Date: Thu, 12 Feb 2009 19:54:56 -0000 To: cvs@httpd.apache.org From: pquerna@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090212195456.B0640238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pquerna Date: Thu Feb 12 19:54:56 2009 New Revision: 743854 URL: http://svn.apache.org/viewvc?rev=743854&view=rev Log: filenames changed. Modified: httpd/mod_mbox/trunk/scripts/site-index.py Modified: httpd/mod_mbox/trunk/scripts/site-index.py URL: http://svn.apache.org/viewvc/httpd/mod_mbox/trunk/scripts/site-index.py?rev=743854&r1=743853&r2=743854&view=diff ============================================================================== --- httpd/mod_mbox/trunk/scripts/site-index.py (original) +++ httpd/mod_mbox/trunk/scripts/site-index.py Thu Feb 12 19:54:56 2009 @@ -12,7 +12,7 @@ tlp = path[0:path.find('-')] list = path[path.find('-')+1:] # print "%s - %s %s" % (tlp, list, path) - if not os.access("%s/%s/listinfo.db.dir" % (ROOT, path), os.F_OK): + if not os.access("%s/%s/listinfo.db" % (ROOT, path), os.F_OK): continue if tlp == "www": tlp = "asf"