You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fi...@hyperreal.org on 1999/02/10 13:27:28 UTC

cvs commit: apache-1.3/src/support ab.1 apachectl.1

fielding    99/02/10 04:27:28

  Modified:    .        Makefile.tmpl STATUS
               src      CHANGES
  Removed:     src/support ab.1 apachectl.1
  Log:
  Moved man pages for ab and apachectrl to section 8.
  
  Submitted by:	Wilfredo Sanchez, Roy Fielding
  Reviewed by:	Ralf S. Engelschall, Dirk-Willem van Gulik
  
  Revision  Changes    Path
  1.65      +3 -3      apache-1.3/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /home/cvs/apache-1.3/Makefile.tmpl,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- Makefile.tmpl	1999/02/10 12:09:33	1.64
  +++ Makefile.tmpl	1999/02/10 12:27:22	1.65
  @@ -312,7 +312,7 @@
   install-support:
   	@echo "===> [support: Installing Apache support programs and scripts]"
   	$(INSTALL_PROGRAM) $(TOP)/$(SRC)/support/ab $(root)$(sbindir)/ab
  -	$(INSTALL_DATA) $(TOP)/$(SRC)/support/ab.1 $(root)$(mandir)/man1/ab.1
  +	$(INSTALL_DATA) $(TOP)/$(SRC)/support/ab.8 $(root)$(mandir)/man8/ab.8
   	@if [ ".$(TARGET)" = .httpd ]; then \
   		apachectl='apachectl'; \
   	else \
  @@ -323,8 +323,8 @@
   		-e 's;HTTPD=.*;HTTPD=$(sbindir)/$(TARGET);' \
   		< $(TOP)/$(SRC)/support/apachectl > $(TOP)/$(SRC)/.apaci.install.tmp && \
   		$(INSTALL_SCRIPT) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(sbindir)/$${apachectl}; \
  -	echo "$(INSTALL_DATA) $(TOP)/$(SRC)/support/apachectl.1 $(root)$(mandir)/man1/$${apachectl}.1"; \
  -	$(INSTALL_DATA) $(TOP)/$(SRC)/support/apachectl.1 $(root)$(mandir)/man1/$${apachectl}.1
  +	echo "$(INSTALL_DATA) $(TOP)/$(SRC)/support/apachectl.8 $(root)$(mandir)/man8/$${apachectl}.8"; \
  +	$(INSTALL_DATA) $(TOP)/$(SRC)/support/apachectl.8 $(root)$(mandir)/man8/$${apachectl}.8
   	$(INSTALL_PROGRAM) $(TOP)/$(SRC)/support/htpasswd $(root)$(bindir)/htpasswd
   	$(INSTALL_DATA) $(TOP)/$(SRC)/support/htpasswd.1 $(root)$(mandir)/man1/htpasswd.1
   	$(INSTALL_PROGRAM) $(TOP)/$(SRC)/support/htdigest $(root)$(bindir)/htdigest
  
  
  
  1.620     +1 -5      apache-1.3/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.619
  retrieving revision 1.620
  diff -u -r1.619 -r1.620
  --- STATUS	1999/02/10 12:09:34	1.619
  +++ STATUS	1999/02/10 12:27:22	1.620
  @@ -1,5 +1,5 @@
     1.3 STATUS:
  -  Last modified at [$Date: 1999/02/10 12:09:34 $]
  +  Last modified at [$Date: 1999/02/10 12:27:22 $]
   
   Release:
   
  @@ -83,10 +83,6 @@
       * Ralf's patch to fix append of target name to layout paths
           Message-ID: <19...@engelschall.com>
           Status: Ralf +1, Roy +1
  -
  -    * Fred's PATCH: man page section numbers
  -        Message-ID: <19...@scv3.apple.com>
  -        Status: Ralf +1, Roy +1, Dirkx +1
   
       * Fred's PATCH: Add cgidir, htdocsdir, iconsdir variables in Makefile.tmpl
           Message-ID: <19...@scv1.apple.com>
  
  
  
  1.1248    +3 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1247
  retrieving revision 1.1248
  diff -u -r1.1247 -r1.1248
  --- CHANGES	1999/02/10 12:09:36	1.1247
  +++ CHANGES	1999/02/10 12:27:25	1.1248
  @@ -1,5 +1,8 @@
   Changes with Apache 1.3.5
   
  +  *) Moved man pages for ab and apachectrl to section 8.
  +     [Wilfredo Sanchez, Roy Fielding]
  +
     *) Added -S option to install.sh so that options can be passed to
        strip on some platforms. [Ralf S. Engelschall, Wilfredo Sanchez]