rse         98/09/17 01:59:09

  Modified:    src      CHANGES
               .        Makefile.tmpl
  Log:
  Remove redundant substitutions in top-level Makefile.tmpl
  
  Revision  Changes    Path
  1.1064    +3 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1063
  retrieving revision 1.1064
  diff -u -r1.1063 -r1.1064
  --- CHANGES   1998/09/17 08:26:47     1.1063
  +++ CHANGES   1998/09/17 08:59:07     1.1064
  @@ -1,5 +1,8 @@
   Changes with Apache 1.3.2
   
  +  *) Remove redundant substitutions in top-level Makefile.tmpl.
  +     [Ralf S. Engelschall]
  +
     *) Fix APACI's `Group' configuration adjustment - especially for Linux
        platforms where `nogroup' exists in /etc/group. [Ralf S. Engelschall]
    
  
  
  
  1.46      +0 -1      apache-1.3/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/Makefile.tmpl,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- Makefile.tmpl     1998/08/12 11:33:37     1.45
  +++ Makefile.tmpl     1998/09/17 08:59:08     1.46
  @@ -377,7 +377,6 @@
                 cat $(TOP)/conf/$${conf}-dist ) |\
                 sed -e '/# LoadModule/r $(TOP)/$(SRC)/.apaci.install.conf' \
                        -e 's;@@ServerRoot@@/htdocs;$(datadir)/htdocs;' \
  -                     -e 's;@@ServerRoot@@/htdocs;$(datadir)/htdocs;' \
                        -e 's;@@ServerRoot@@/icons;$(datadir)/icons;' \
                        -e 's;@@ServerRoot@@/cgi-bin;$(datadir)/cgi-bin;' \
                        -e 's;@@ServerRoot@@/proxy;$(proxycachedir);' \
  
  
  

Reply via email to