File nrpe-disable-chkconfig_in_Makefile.patch of Package nrpe
Index: nrpe-4.0.3/Makefile.in
===================================================================
--- nrpe-4.0.3.orig/Makefile.in
+++ nrpe-4.0.3/Makefile.in
@@ -128,13 +128,7 @@ install-init:
elif test $(INIT_TYPE) = launchd; then\
launchctl load $(INIT_DIR)/$(INIT_FILE); \
else\
- if test -f /sbin/chkconfig ; then \
- case "$(DESTDIR)" in */rpmbuild/*) break;; \
- *)/sbin/chkconfig nrpe on;; \
- esac; \
- else\
- echo "Make sure to enable the nrpe daemon";\
- fi;\
+ echo "Make sure to enable the nrpe daemon";\
fi;\
fi