[Rt-commit] rt branch, psgi, updated. rt-3.9.4-190-gda9ee56

Chia-liang Kao clkao at bestpractical.com
Tue Oct 19 08:41:35 EDT 2010


The branch, psgi has been updated
       via  da9ee565e2729200685787427b06f67fd01f34ac (commit)
      from  34f0f2f349fa86d44e9172bf51dbbc1a9a4f13d1 (commit)

Summary of changes:
 sbin/rt-server.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit da9ee565e2729200685787427b06f67fd01f34ac
Author: Chia-liang Kao <clkao at bestpractical.com>
Date:   Tue Oct 19 21:41:15 2010 +0900

    revert .in file changes

diff --git a/sbin/rt-server.in b/sbin/rt-server.in
index 3000822..899ef12 100755
--- a/sbin/rt-server.in
+++ b/sbin/rt-server.in
@@ -52,7 +52,7 @@ use strict;
 # fix lib paths, some may be relative
 BEGIN {
     require File::Spec;
-    my @libs = ("./lib", "./local/lib");
+    my @libs = ("@RT_LIB_PATH@", "@LOCAL_LIB_PATH@");
     my $bin_path;
 
     for my $lib (@libs) {

-----------------------------------------------------------------------


More information about the Rt-commit mailing list