Compare commits

..

3 Commits

Author SHA1 Message Date
bbae96f0cd fix 2024-12-17 09:43:32 +01:00
3f8d05a7cb Fix 2024-12-17 09:42:56 +01:00
45b083b50f Fix 2024-12-17 09:42:38 +01:00
3 changed files with 5 additions and 5 deletions

View File

@ -91,11 +91,11 @@ EMBEDDED_PERL_CONFIGURE_WITH= perlcache
NANOSLEEP_CONFIGURE_ENABLE= nanosleep
EVENT_BROKER_CONFIGURE_ENABLE= event-broker
.if ${FLAVOR} == monplugins
.if ${FLAVOR:U} == monplugins
OPTIONS_DEFAULT+= MONPLUGINS
.endif
.if ${FLAVOR} == default
.if ${FLAVOR:U} == default
OPTIONS_DEFAULT+= NAGPLUGINS
.endif

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

View File

@ -96,7 +96,7 @@ SSSD_PREVENTS_MSG= sssd requires MIT kerberos and it conflicts with heimdal
SSSD_RUN_DEPENDS= sssd:security/sssd
SSSD_CONFIGURE_ON= --with-sssd
.if ${FLAVOR} == sssd
.if ${FLAVOR:U} == sssd
OPTIONS_DEFAULTS+= SSSD2
.endif