[Rt-commit] r2424 - in rt/branches/PLATANO-EXPERIMENTAL-CSS: . bin

jesse at bestpractical.com jesse at bestpractical.com
Mon Mar 14 02:59:32 EST 2005


Author: jesse
Date: Mon Mar 14 02:59:31 2005
New Revision: 2424

Modified:
   rt/branches/PLATANO-EXPERIMENTAL-CSS/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/rt-crontool.in
Log:
 r8584 at hualien:  jesse | 2005-03-14 02:41:54 -0500
  r8471 at hualien:  jesse | 2005-03-14 02:25:56 -0500
   r4691 at hualien:  jesse | 2005-02-13 22:37:15 -0500
   The crontool was using local and system libs in the wrong order
   
  
 


Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/rt-crontool.in
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/rt-crontool.in	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/rt-crontool.in	Mon Mar 14 02:59:31 2005
@@ -47,7 +47,7 @@
 use strict;
 use Carp;
 
-use lib ("@RT_LIB_PATH@", "@LOCAL_LIB_PATH@");
+use lib ("@LOCAL_LIB_PATH@", "@RT_LIB_PATH@");
 
 package RT;
 


More information about the Rt-commit mailing list