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

cvs commit: httpd-2.0/build mkconfNW.awk

bnicholes    2002/05/31 10:52:51

  Modified:    build    mkconfNW.awk
  Log:
  Fixed the @exp_cgidir@ replacement value so that it resolves to the correct
  location when the AWK file generates the default httpd.conf file for NetWare.
  
  Revision  Changes    Path
  1.6       +1 -0      httpd-2.0/build/mkconfNW.awk
  
  Index: mkconfNW.awk
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/build/mkconfNW.awk,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mkconfNW.awk	23 Apr 2002 23:32:33 -0000	1.5
  +++ mkconfNW.awk	31 May 2002 17:52:51 -0000	1.6
  @@ -19,6 +19,7 @@
       B["manualdir"] = A["ServerRoot"]"/"A["manualdir"]
       B["errordir"] = A["ServerRoot"]"/"A["errordir"]
       B["proxycachedir"] = A["ServerRoot"]"/"A["proxycachedir"]
  +    B["cgidir"] = A["ServerRoot"]"/"A["cgidir"]
   }
   
   /@@LoadModule@@/ {