This commit is contained in:
2024-12-17 09:42:56 +01:00
parent 45b083b50f
commit 3f8d05a7cb

View File

@ -61,11 +61,11 @@ NAGIOSGROUP?= nagios
NRPE_PIDDIR?= /var/run/nrpe
.if ${FLAVOR} == monplugins
.if ${FLAVOR:U} == monplugins
OPTIONS_DEFAULT+= MONPLUGINS
.endif
.if ${FLAVOR} == default
.if ${FLAVOR:U} == default
OPTIONS_DEFAULT+= NAGPLUGINS
.endif