check_oracle_health: update to 1.9.3.5
[omd.git] / packages / thruk / patches / 0004-path_thrukfcgi.patch
blob52d4c8aca6a61f6b3417081223c781522f5e1267
1 --- a/script/thruk_fastcgi.pl 2012-03-05 12:03:43.000000000 +0100
2 +++ b/script/thruk_fastcgi.pl 2012-03-05 17:37:56.548029668 +0100
3 @@ -3,6 +3,10 @@
4 use strict;
5 use warnings;
7 +BEGIN {
8 + use lib $ENV{'OMD_ROOT'}.'/share/thruk/lib';
9 +};
11 ###################################################
12 # create connection pool
13 # has to be done really early to save memory