Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Dec 2010 00:05:52 +0100 (CET)
From:      Philippe Pepiot <phil@philpep.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/153231: [PATCH] devel/nrpe2 enable ssl by default
Message-ID:  <201012162305.oBGN5qJH098058@aldo.philpep.org>
Resent-Message-ID: <201012162310.oBGNACfC096026@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         153231
>Category:       ports
>Synopsis:       [PATCH] devel/nrpe2 enable ssl by default
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 16 23:10:12 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Philippe Pepiot
>Release:        FreeBSD 8.1-RELEASE-p1 amd64
>Organization:
>Environment:
System: FreeBSD aldo.philpep.org 8.1-RELEASE-p1 FreeBSD 8.1-RELEASE-p1 #5: Thu Nov 18 22:23:34 CET 2010 root@aldo.philpep.org:/usr/obj/usr/src/sys/ALDO amd64


	
>Description:
	The nagios plugin check_nrpe2 use ssl by default (-n for plain text) it would be more logical to enable ssl by default on nrpe2 server.
>How-To-Repeat:
	
>Fix:

	

--- nrpe.patch begins here ---
diff -ru nrpe2.old/Makefile nrpe2/Makefile
--- nrpe2.old/Makefile	2010-10-29 18:34:40.000000000 +0200
+++ nrpe2/Makefile	2010-12-16 23:59:08.706657857 +0100
@@ -23,7 +23,7 @@
 
 CONFLICTS=	nrpe-1.*
 
-OPTIONS=	SSL "Enable SSL support (disables plain-text server)" off \
+OPTIONS=	SSL "Enable SSL support (disables plain-text server)" on \
 		ARGS "Enable command argument processing **Security Risk**" off
 
 GNU_CONFIGURE=	yes
--- nrpe.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012162305.oBGN5qJH098058>