summaryrefslogtreecommitdiffstats
path: root/recipes-extended/nagios/nagios-core_4.4.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/nagios/nagios-core_4.4.3.bb')
-rw-r--r--recipes-extended/nagios/nagios-core_4.4.3.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-extended/nagios/nagios-core_4.4.3.bb b/recipes-extended/nagios/nagios-core_4.4.3.bb
index fcf04e98..7a86653b 100644
--- a/recipes-extended/nagios/nagios-core_4.4.3.bb
+++ b/recipes-extended/nagios/nagios-core_4.4.3.bb
@@ -25,7 +25,7 @@ SRC_URI[sha256sum] = "bba8f0e8dc8cf72f7a7ae4e8ce9c60f5bd315629421b9ec34818a28b8d
25 25
26S = "${WORKDIR}/${SRCNAME}-${PV}" 26S = "${WORKDIR}/${SRCNAME}-${PV}"
27 27
28inherit autotools-brokensep update-rc.d systemd 28inherit autotools-brokensep update-rc.d systemd update-alternatives
29 29
30DEPENDS = "gd unzip-native" 30DEPENDS = "gd unzip-native"
31 31
@@ -151,3 +151,7 @@ INITSCRIPT_NAME = "nagios"
151INITSCRIPT_PARAMS = "defaults" 151INITSCRIPT_PARAMS = "defaults"
152 152
153CVE_PRODUCT = "nagios_core" 153CVE_PRODUCT = "nagios_core"
154
155ALTERNATIVE_PRIORITY_${PN} = '20'
156ALTERNATIVE_${PN} = "nagios"
157ALTERNATIVE_LINK_NAME[nagios] = "${localstatedir}/nagios"