diff options
author | az <az@FreeBSD.org> | 2014-03-27 12:41:36 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2014-03-27 12:41:36 +0800 |
commit | 2d7c7205f7e299f46c0b1988ac4cb0115230f0a6 (patch) | |
tree | 9553b96be89bfb605059b208ebcef74395301046 /net-mgmt | |
parent | 93361946d49ea9b459534bfadc48cad62a280907 (diff) | |
download | freebsd-ports-gnome-2d7c7205f7e299f46c0b1988ac4cb0115230f0a6.tar.gz freebsd-ports-gnome-2d7c7205f7e299f46c0b1988ac4cb0115230f0a6.tar.zst freebsd-ports-gnome-2d7c7205f7e299f46c0b1988ac4cb0115230f0a6.zip |
- allow build with ARGS by default since user can control usage of such option
via nrpe.conf and dont_blame_nrpe option which is "off" by default.
- remove text about "securityy risk" from ARGS_DESC since nrpe.conf itself
contain paragraph about it.
PR: ports/187534
Submitted by: az@
Approved by: maintainer (timeout)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nrpe/Makefile | 5 |
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} \ |