Received: (from majordom@localhost) by hyperreal.com (8.8.5/8.8.5) id NAA10716; Sun, 4 May 1997 13:59:11 -0700 (PDT) Received: (from coar@localhost) by hyperreal.com (8.8.5/8.8.5) id NAA10700 for apache-cvs; Sun, 4 May 1997 13:59:08 -0700 (PDT) Date: Sun, 4 May 1997 13:59:08 -0700 (PDT) From: Rodent of Unusual Size Message-Id: <199705042059.NAA10700@hyperreal.com> To: apache-cvs@hyperreal.com Subject: cvs commit: apache-site manual-index.cgi Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org coar 97/05/04 13:59:07 Modified: . manual-index.cgi Log: Correct for Taz's Perl5 location, and likewise the location of the Taz index. Revision Changes Path 1.2 +2 -2 apache-site/manual-index.cgi Index: manual-index.cgi =================================================================== RCS file: /export/home/cvs/apache-site/manual-index.cgi,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** manual-index.cgi 1997/05/04 20:48:40 1.1 --- manual-index.cgi 1997/05/04 20:59:06 1.2 *************** *** 1,4 **** ! #!/usr/local/bin/perl -w # ==================================================================== # Copyright (c) 1995-1997 The Apache Group. All rights reserved. # --- 1,4 ---- ! #!/usr/local/bin/perl5 -w # ==================================================================== # Copyright (c) 1995-1997 The Apache Group. All rights reserved. # *************** *** 60,66 **** # apache/htdocs/manual directory of the Apache distribution tree). #*** #*** ! $INDEX = "/export/pub/apache/docs/index.txt"; #*** #*** --- 60,66 ---- # apache/htdocs/manual directory of the Apache distribution tree). #*** #*** ! $INDEX = "/export/pub/apache/manual-index.dat"; #*** #***