Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2003 21:52:33 -0500 (EST)
From:      Paul Dlug <paul@nerdlabs.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        paul@nerdlabs.com
Subject:   ports/48690: Update: net/nrpe to 1.8 plus minor fixes
Message-ID:  <200302260252.h1Q2qXpn004536@lugnut.aps.org>

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

>Number:         48690
>Category:       ports
>Synopsis:       Update: net/nrpe to 1.8 plus minor fixes
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 25 19:00:28 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Paul Dlug
>Release:        FreeBSD 5.0-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD lugnut.aps.org 5.0-RELEASE-p3 FreeBSD 5.0-RELEASE-p3 #1: Tue Feb 25 11:22:55 EST 2003 root@lugnut.aps.org:/usr/obj/usr/src/sys/LUGNUT i386


	
>Description:
	Updated the net/nrpe port to version 1.8 which contains minor bug fixes. Corrected incorrect paths to plugins in the sample configuration file. Installed the check_nrpe plugin (in case the installer wants to use this host as a client).
>How-To-Repeat:
	
>Fix:

diff -ruN nrpe.bak/Makefile nrpe/Makefile
--- nrpe.bak/Makefile   Tue Feb 25 21:30:36 2003
+++ nrpe/Makefile       Tue Feb 25 21:35:41 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      nrpe
-PORTVERSION=   1.7
+PORTVERSION=   1.8
 PORTREVISION=  0
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
@@ -22,9 +22,11 @@
 pre-install:
        @PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
        ${SED} -i bak -e "s=/usr/local/bin/nrpe=${PREFIX}/sbin/nrpe=" ${WRKSRC}/init-script.freebsd
+       ${SED} -i bak -e "s=/usr/local/libexec=/usr/local/libexec/nagios=" ${WRKSRC}/nrpe.cfg
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/src/nrpe ${PREFIX}/sbin/nrpe
+       ${INSTALL_PROGRAM} ${WRKSRC}/src/check_nrpe ${PREFIX}/libexec/nagios/check_nrpe
        ${INSTALL_DATA} ${WRKSRC}/nrpe.cfg ${PREFIX}/etc/nrpe.cfg-sample
        ${INSTALL_SCRIPT} ${WRKSRC}/init-script.freebsd ${PREFIX}/etc/rc.d/nrpe.sh
 
diff -ruN nrpe.bak/distinfo nrpe/distinfo
--- nrpe.bak/distinfo   Tue Feb 25 21:30:36 2003
+++ nrpe/distinfo       Tue Feb 25 21:32:15 2003
@@ -1 +1 @@
-MD5 (nrpe-1.7.tar.gz) = f9462e9446ef1928e27a612ac5f87fdb
+MD5 (nrpe-1.8.tar.gz) = b285e2838685508ab85395f480018373


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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