]> git.pld-linux.org Git - packages/rt.git/blob - rt-config.patch
- perl-Starlet not needed anymore
[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/rt3/", "@RT_LIB_PATH@", "@LOCAL_LIB_PATH@");
9      my $bin_path;
10  
11      for my $lib (@libs) {
This page took 0.124723 seconds and 3 git commands to generate.