Fix
This commit is contained in:
@ -61,11 +61,11 @@ NAGIOSGROUP?= nagios
|
|||||||
|
|
||||||
NRPE_PIDDIR?= /var/run/nrpe
|
NRPE_PIDDIR?= /var/run/nrpe
|
||||||
|
|
||||||
.if ${FLAVOR} == monplugins
|
.if ${FLAVOR:U} == monplugins
|
||||||
OPTIONS_DEFAULT+= MONPLUGINS
|
OPTIONS_DEFAULT+= MONPLUGINS
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${FLAVOR} == default
|
.if ${FLAVOR:U} == default
|
||||||
OPTIONS_DEFAULT+= NAGPLUGINS
|
OPTIONS_DEFAULT+= NAGPLUGINS
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user