aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2014-03-27 04:41:36 +0000
committerAndrej Zverev <az@FreeBSD.org>2014-03-27 04:41:36 +0000
commit49f951cca5685ebfe836689a4b17a247b6b5842d (patch)
tree9553b96be89bfb605059b208ebcef74395301046 /net-mgmt
parent40d21c1122c9c94eabb46bdcd2c71c16f042a4b4 (diff)
downloadports-49f951cca5685ebfe836689a4b17a247b6b5842d.tar.gz
ports-49f951cca5685ebfe836689a4b17a247b6b5842d.zip
Notes
Diffstat (limited to 'net-mgmt')
-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} \