SOURCES: rt-config.patch (NEW) - include config.
arekm
arekm at pld-linux.org
Tue Jun 6 14:39:04 CEST 2006
Author: arekm Date: Tue Jun 6 12:39:04 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- include config.
---- Files affected:
SOURCES:
rt-config.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/rt-config.patch
diff -u /dev/null SOURCES/rt-config.patch:1.1
--- /dev/null Tue Jun 6 14:39:04 2006
+++ SOURCES/rt-config.patch Tue Jun 6 14:38:59 2006
@@ -0,0 +1,12 @@
+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 @@
+
+ }
+
+-use lib ( "@LOCAL_LIB_PATH@", "@RT_LIB_PATH@" );
++use lib ( "/etc/rt3/", "@LOCAL_LIB_PATH@", "@RT_LIB_PATH@" );
+ use RT;
+
+ package RT::Mason;
================================================================
More information about the pld-cvs-commit
mailing list