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";
#***
#***