public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] install initscript for NRPE
@ 2018-05-01 13:00 Peter Müller
  2018-05-07 10:32 ` Michael Tremer
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Müller @ 2018-05-01 13:00 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 582 bytes --]

Install an initscript for the NRPE addon (this was missing
in the NRPE update patch).

Signed-off-by: Peter Müller <peter.mueller(a)link38.eu>
---
 lfs/nagios_nrpe | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lfs/nagios_nrpe b/lfs/nagios_nrpe
index 369f9335d..aa9a773be 100644
--- a/lfs/nagios_nrpe
+++ b/lfs/nagios_nrpe
@@ -89,5 +89,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
+
+	#install initscripts
+	$(call INSTALL_INITSCRIPT,nrpe)
+
 	@rm -rf $(DIR_APP)
 	@$(POSTBUILD)
-- 
2.13.6


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-05-09 19:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-01 13:00 [PATCH] install initscript for NRPE Peter Müller
2018-05-07 10:32 ` Michael Tremer
2018-05-07 14:34   ` [PATCH v2] " Peter Müller
2018-05-07 14:56     ` [PATCH v3] " Peter Müller
2018-05-09 13:53       ` Michael Tremer
2018-05-09 19:59         ` [PATCH v4] " Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox