]> git.pld-linux.org Git - packages/rt.git/blob - rt-config.patch
- include config.
[packages/rt.git] / rt-config.patch
1 diff -urN rt-3.4.5.org/bin/webmux.pl.in rt-3.4.5/bin/webmux.pl.in
2 --- rt-3.4.5.org/bin/webmux.pl.in       2005-08-24 04:33:47.000000000 +0200
3 +++ rt-3.4.5/bin/webmux.pl.in   2006-06-06 14:37:37.330487213 +0200
4 @@ -62,7 +62,7 @@
5  
6  }
7  
8 -use lib ( "@LOCAL_LIB_PATH@", "@RT_LIB_PATH@" );
9 +use lib ( "/etc/rt3/", "@LOCAL_LIB_PATH@", "@RT_LIB_PATH@" );
10  use RT;
11  
12  package RT::Mason;
This page took 0.046082 seconds and 4 git commands to generate.