check_oracle_health: update to 1.9
[omd.git] / packages / icinga / patches / 0001-epn-fix-issue-3027.dif
blob80b8c2d352b31600165ddd94c109ac5a1322a00d
1 diff -ur icinga-1.7.2/base/utils.c icinga-1.7.2.neu/base/utils.c
2 --- icinga-1.7.2/base/utils.c   2012-08-27 15:17:54.000000000 +0200
3 +++ icinga-1.7.2.neu/base/utils.c       2012-08-30 13:02:45.000000000 +0200
4 @@ -3601,6 +3601,7 @@
5         /* grab the first line - we should see Perl. go home if not */
6         if (fgets(buf, 80, fp) == NULL || strstr(buf, "/bin/perl") == NULL) {
7                 fclose(fp);
8 +               return FALSE;
9         }
11         /* epn directives must be found in first ten lines of plugin */