rse 98/04/21 06:52:03
Modified: . INSTALL
Log:
Say it even more explicitly that src/Configuration.tmpl has not to
be changed and that the _complete_ configuration via APACI takes
place through command line args _AND_ shell variables.
PR: 2091
Revision Changes Path
1.15 +4 -4 apache-1.3/INSTALL
Index: INSTALL
===================================================================
RCS file: /export/home/cvs/apache-1.3/INSTALL,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- INSTALL 1998/04/20 07:20:09 1.14
+++ INSTALL 1998/04/21 13:52:03 1.15
@@ -103,10 +103,10 @@
NOTE: Although we'll often advice you to read the src/Configuration.tmpl
file parts to better understand the various options in this
- section, there is at no time any need to _EDIT_ this file. The
- _COMPLETE_ configuration takes place via command line arguments to
- the ./configure script. The src/Configuration.tmpl file is a
- read-only resource, here.
+ section, there is _AT NO TIME_ any need to _EDIT_ this file. The
+ _COMPLETE_ configuration takes place via command line arguments
and
+ loal shell variables for the ./configure script. The
+ src/Configuration.tmpl file is just a _READ-ONLY_ resource, here.
Introduction: