aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mgmt/nrpe/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/nrpe/Makefile b/net-mgmt/nrpe/Makefile
index 267e788d5b23..df357e57f4cb 100644
--- a/net-mgmt/nrpe/Makefile
+++ b/net-mgmt/nrpe/Makefile
@@ -3,7 +3,7 @@
PORTNAME= nrpe
DISTVERSION= 2.15
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-mgmt
MASTER_SITES= SF/nagios/${PORTNAME}-2.x/${PORTNAME}-${PORTVERSION}
@@ -20,9 +20,10 @@ USE_RC_SUBR= nrpe2
GNU_CONFIGURE= yes
OPTIONS_DEFINE= SSL ARGS
+OPTIONS_DEFAULT= ARGS
SSL_DESC= Enable SSL support (disables plain-text server)
-ARGS_DESC= Enable command argument processing **Security Risk**
+ARGS_DESC= Enable command argument processing
SSL_USE= OPENSSL=yes
SSL_CONFIGURE_ON= --enable-ssl --with-ssl=${OPENSSLDIR} \