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 2003/07/08 10:35:42 UTC

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

davidw      2003/07/08 01:35:42

  Modified:    .        ChangeLog
               src/buildscripts findapxs.tcl
  Log:
  * src/buildscripts/findapxs.tcl: Added /usr/local/sbin as a place to
    check for apxs.  Thanks to Andy Doerr for pointing out that this is
    where it's kept on FreeBSD.
  
  Revision  Changes    Path
  1.127     +6 -0      tcl-rivet/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/ChangeLog,v
  retrieving revision 1.126
  retrieving revision 1.127
  diff -u -r1.126 -r1.127
  --- ChangeLog	7 Jul 2003 11:10:07 -0000	1.126
  +++ ChangeLog	8 Jul 2003 08:35:42 -0000	1.127
  @@ -1,3 +1,9 @@
  +2003-07-08  David N. Welton  <da...@dedasys.com>
  +
  +	* src/buildscripts/findapxs.tcl: Added /usr/local/sbin as a place
  +	to check for apxs.  Thanks to Andy Doerr for pointing out that
  +	this is where it's kept on FreeBSD.
  +
   2003-07-07  David N. Welton  <da...@dedasys.com>
   
   	* doc/examples/upload.html: Added submit button to file upload
  
  
  
  1.4       +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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- findapxs.tcl	10 Oct 2002 02:08:53 -0000	1.3
  +++ findapxs.tcl	8 Jul 2003 08:35:42 -0000	1.4
  @@ -3,6 +3,7 @@
       /usr/local/etc/apache/bin
       /usr/bin/
       /usr/sbin/
  +    /usr/local/sbin
   }
   
   proc FindAPXS {{apxs ""}} {
  
  
  

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