From: Michael Tremer Date: Sat, 16 Dec 2017 12:29:43 +0000 (+0000) Subject: nagios nrpe: Depend on nagios-plugins package instead of main nagios package X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;ds=sidebyside;h=4ae71b37d49eb1b87dd54ac6f8a4f1de497e5f59;p=people%2Farne_f%2Fipfire-2.x.git nagios nrpe: Depend on nagios-plugins package instead of main nagios package Signed-off-by: Michael Tremer --- diff --git a/lfs/nagios_nrpe b/lfs/nagios_nrpe index 050c9294f..6d16661bd 100644 --- a/lfs/nagios_nrpe +++ b/lfs/nagios_nrpe @@ -33,9 +33,9 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nagios_nrpe -PAK_VER = 2 +PAK_VER = 3 -DEPS = "nagios" +DEPS = "nagios-plugins" ############################################################################### # Top-level Rules