SOURCES: rt-config.patch - updated

arekm arekm at pld-linux.org
Sat Aug 9 00:31:22 CEST 2008


Author: arekm                        Date: Fri Aug  8 22:31:22 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated

---- Files affected:
SOURCES:
   rt-config.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/rt-config.patch
diff -u SOURCES/rt-config.patch:1.1 SOURCES/rt-config.patch:1.2
--- SOURCES/rt-config.patch:1.1	Tue Jun  6 14:38:59 2006
+++ SOURCES/rt-config.patch	Sat Aug  9 00:31:16 2008
@@ -1,12 +1,13 @@
 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 @@
+@@ -67,7 +67,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) {
+
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/rt-config.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list