]> git.pld-linux.org Git - packages/rt.git/blob - rt-config.patch
- partial 4.0.0 update (deps, po translations, config needs to be verified)
[packages/rt.git] / rt-config.patch
1 --- rt-4.0.0/sbin/rt-server.in~ 2011-04-14 03:21:41.000000000 +0200
2 +++ rt-4.0.0/sbin/rt-server.in  2011-05-26 15:31:32.609679385 +0200
3 @@ -52,7 +52,7 @@
4  # fix lib paths, some may be relative
5  BEGIN {
6      require File::Spec;
7 -    my @libs = ("@RT_LIB_PATH@", "@LOCAL_LIB_PATH@");
8 +    my @libs = ("/etc/rt3/", "@RT_LIB_PATH@", "@LOCAL_LIB_PATH@");
9      my $bin_path;
10  
11      for my $lib (@libs) {
This page took 0.134815 seconds and 3 git commands to generate.