You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by da...@apache.org on 2002/10/10 04:08:53 UTC

cvs commit: tcl-rivet/src/buildscripts findapxs.tcl

davidw      2002/10/09 19:08:53

  Modified:    .        ChangeLog
               src/buildscripts findapxs.tcl
  Log:
  * src/buildscripts/findapxs.tcl: Added /usr/sbin/ at the request of
    David Brancato, who notes that Redhat often locates apxs there.
  
  Revision  Changes    Path
  1.70      +5 -0      tcl-rivet/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/ChangeLog,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -u -r1.69 -r1.70
  --- ChangeLog	2 Oct 2002 19:14:59 -0000	1.69
  +++ ChangeLog	10 Oct 2002 02:08:53 -0000	1.70
  @@ -1,3 +1,8 @@
  +2002-10-09  David N. Welton  <da...@dedasys.com>
  +
  +	* src/buildscripts/findapxs.tcl: Added /usr/sbin/ at the request
  +	of David Brancato, who notes that Redhat often locates apxs there.
  +
   2002-10-02  David N. Welton  <da...@dedasys.com>
   
   	* doc/rivet.xml: Added 'Introduction' section.
  
  
  
  1.3       +1 -0      tcl-rivet/src/buildscripts/findapxs.tcl
  
  Index: findapxs.tcl
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/src/buildscripts/findapxs.tcl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- findapxs.tcl	23 Feb 2002 10:55:56 -0000	1.2
  +++ findapxs.tcl	10 Oct 2002 02:08:53 -0000	1.3
  @@ -2,6 +2,7 @@
       /usr/local/apache/bin
       /usr/local/etc/apache/bin
       /usr/bin/
  +    /usr/sbin/
   }
   
   proc FindAPXS {{apxs ""}} {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org