svn commit: r349318 - head/net-mgmt/nrpe
Andrej Zverev
az at FreeBSD.org
Thu Mar 27 04:41:37 UTC 2014
Author: az
Date: Thu Mar 27 04:41:36 2014
New Revision: 349318
URL: http://svnweb.freebsd.org/changeset/ports/349318
QAT: https://qat.redports.org/buildarchive/r349318/
Log:
- 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)
Modified:
head/net-mgmt/nrpe/Makefile
Modified: head/net-mgmt/nrpe/Makefile
==============================================================================
--- head/net-mgmt/nrpe/Makefile Thu Mar 27 04:38:40 2014 (r349317)
+++ head/net-mgmt/nrpe/Makefile Thu Mar 27 04:41:36 2014 (r349318)
@@ -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} \
More information about the svn-ports-head
mailing list