]> git.pld-linux.org Git - packages/rt.git/blob - rt-config.patch
- use rt dir instead of rt3 (so /etc/rt/ instead of /etc/rt3/)
[packages/rt.git] / rt-config.patch
1 --- rt-4.2.0/sbin/rt-server.in~ 2013-09-27 23:02:34.000000000 +0200
2 +++ rt-4.2.0/sbin/rt-server.in  2013-10-09 14:33:23.247981874 +0200
3 @@ -61,7 +61,7 @@
4  BEGIN { # BEGIN RT CMD BOILERPLATE
5      require File::Spec;
6      require Cwd;
7 -    my @libs = ("@RT_LIB_PATH@", "@LOCAL_LIB_PATH@");
8 +    my @libs = ("/etc/rt/", "@RT_LIB_PATH@", "@LOCAL_LIB_PATH@");
9      my $bin_path;
10  
11      for my $lib (@libs) {
This page took 0.061667 seconds and 4 git commands to generate.