+ Use correct HUP signal for Solaris - introduced a simple check section OBS-URL: https://build.opensuse.org/package/show/server:monitoring/nrpe?expand=0&rev=95
11 lines
307 B
Diff
11 lines
307 B
Diff
Index: nrpe-4.1.0/contrib/nrpe_check_control.c
|
|
===================================================================
|
|
--- nrpe-4.1.0.orig/contrib/nrpe_check_control.c
|
|
+++ nrpe-4.1.0/contrib/nrpe_check_control.c
|
|
@@ -1,4 +1,5 @@
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <time.h>
|
|
|