You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2002/05/14 15:52:12 UTC

cvs commit: httpd-2.0 config.layout

trawick     02/05/14 06:52:12

  Modified:    .        config.layout
  Log:
  fix a comment in config.layout which told the unsuspecting user
  to use --with-layout instead of --enable-layout
  
  PR:		9061
  Submitted by:   Max Dittrich
  Reviewed by:    Jeff Trawick
  
  Revision  Changes    Path
  1.18      +2 -2      httpd-2.0/config.layout
  
  Index: config.layout
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/config.layout,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- config.layout	16 Apr 2002 05:57:50 -0000	1.17
  +++ config.layout	14 May 2002 13:52:12 -0000	1.18
  @@ -2,8 +2,8 @@
   ##  config.layout -- Pre-defined Installation Path Layouts
   ##
   ##  Hints:
  -##  - layouts can be loaded with configure's --with-layout=ID option
  -##  - when no --with-layout option is given, the default layout is `Apache'
  +##  - layouts can be loaded with configure's --enable-layout=ID option
  +##  - when no --enable-layout option is given, the default layout is `Apache'
   ##  - a trailing plus character (`+') on paths is replaced with a 
   ##    `/<target>' suffix where <target> is currently hardcoded to 'apache2'.
   ##    (This may become a configurable parameter at some point.)