rse         98/07/15 10:03:26

  Modified:    .        Makefile.tmpl
  Log:
  Add fixup entry for TypesConfig Ken added. Please be careful when adding stuff
  to the config files. Because the user can re-configure the path layout we have
  to make sure all paths are fixable from within Makefile.tmpl.
  
  Revision  Changes    Path
  1.42      +1 -0      apache-1.3/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/Makefile.tmpl,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- Makefile.tmpl     1998/06/16 03:59:02     1.41
  +++ Makefile.tmpl     1998/07/15 17:03:25     1.42
  @@ -388,6 +388,7 @@
                        -e 's;logs/referer_log;$(logfiledir)/referer_log;' \
                        -e 's;logs/agent_log;$(logfiledir)/agent_log;' \
                        -e 's;conf/magic;$(sysconfdir)/magic;' \
  +                     -e 's;conf/mime.types;$(sysconfdir)/mime.types;' \
                        -e 's;Group #-1;Group $(conf_group);' \
                        -e 's;Port 80;Port $(conf_port);' \
                        -e 's;ServerAdmin [EMAIL PROTECTED];ServerAdmin 
$(conf_serveradmin);' \
  
  
  

Reply via email to