]> git.pld-linux.org Git - packages/rt.git/commitdiff
- include config.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 6 Jun 2006 12:38:59 +0000 (12:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rt-config.patch -> 1.1

rt-config.patch [new file with mode: 0644]

diff --git a/rt-config.patch b/rt-config.patch
new file mode 100644 (file)
index 0000000..6c77e4f
--- /dev/null
@@ -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;
This page took 0.155474 seconds and 4 git commands to generate.