-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
Where is the initscript?
[root@rice-oxley ipfire-2.x]# find src/initscripts/ -name nrpe [root@rice-oxley ipfire-2.x]#
On Tue, 2018-05-01 at 15:00 +0200, Peter Müller wrote:
Install an initscript for the NRPE addon (this was missing in the NRPE update patch).
Signed-off-by: Peter Müller peter.mueller@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)