]> granicus.if.org Git - apache/commitdiff
Correct for Taz's Perl5 location, and likewise the location of
authorKen Coar <coar@apache.org>
Sun, 4 May 1997 20:59:06 +0000 (20:59 +0000)
committerKen Coar <coar@apache.org>
Sun, 4 May 1997 20:59:06 +0000 (20:59 +0000)
the Taz index.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78107 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/search/manual-index.cgi

index 8f54abcdd915cc32fa7e6a59726dd38232a2cef0..bcfc13b65edb141899de7611afc330a6c8123aaf 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/local/bin/perl5 -w
 # ====================================================================
 # Copyright (c) 1995-1997 The Apache Group.  All rights reserved.
 #
@@ -60,7 +60,7 @@
 # apache/htdocs/manual directory of the Apache distribution tree).
 #***
 #***
-$INDEX = "/export/pub/apache/docs/index.txt";
+$INDEX = "/export/pub/apache/manual-index.dat";
 
 #***
 #***