Fix
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user