]> git.pld-linux.org Git - packages/rt.git/blobdiff - rt-config.patch
- up to 4.0.15
[packages/rt.git] / rt-config.patch
index 6c77e4f37148f0ec07f9292cc95b77a0ec35dd0b..f22d5a12f383ef09a4990b054b5800dd98949912 100644 (file)
@@ -1,12 +1,11 @@
-diff -urN rt-3.4.5.org/bin/webmux.pl.in rt-3.4.5/bin/webmux.pl.in
---- rt-3.4.5.org/bin/webmux.pl.in      2005-08-24 04:33:47.000000000 +0200
-+++ rt-3.4.5/bin/webmux.pl.in  2006-06-06 14:37:37.330487213 +0200
-@@ -62,7 +62,7 @@
+--- rt-4.0.0/sbin/rt-server.in~        2011-04-14 03:21:41.000000000 +0200
++++ rt-4.0.0/sbin/rt-server.in 2011-05-26 15:31:32.609679385 +0200
+@@ -52,7 +52,7 @@
+ # fix lib paths, some may be relative
+ BEGIN {
+     require File::Spec;
+-    my @libs = ("@RT_LIB_PATH@", "@LOCAL_LIB_PATH@");
++    my @libs = ("/etc/rt3/", "@RT_LIB_PATH@", "@LOCAL_LIB_PATH@");
+     my $bin_path;
  
- }
--use lib ( "@LOCAL_LIB_PATH@", "@RT_LIB_PATH@" );
-+use lib ( "/etc/rt3/", "@LOCAL_LIB_PATH@", "@RT_LIB_PATH@" );
- use RT;
- package RT::Mason;
+     for my $lib (@libs) {
This page took 0.062836 seconds and 4 git commands to generate.