From tiger@whitetigersd.com  Wed Jan 18 22:10:27 2006
Return-Path: <tiger@whitetigersd.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C4E3D16A430
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Jan 2006 22:10:27 +0000 (GMT)
	(envelope-from tiger@whitetigersd.com)
Received: from smtp.ixomaxip.com (dsl254-004-099.sea1.dsl.speakeasy.net [216.254.4.99])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6AD6743D45
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Jan 2006 22:10:27 +0000 (GMT)
	(envelope-from tiger@whitetigersd.com)
Received: from morrigan.ixomaxip.com (morrigan.ixomaxip.com [10.254.3.2])
	by smtp.ixomaxip.com (8.13.3/8.13.5) with ESMTP id k0IMAReR035755
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Jan 2006 14:10:27 -0800 (PST)
	(envelope-from tiger@whitetigersd.com)
Received: from morrigan.ixomaxip.com (localhost [127.0.0.1])
	by morrigan.ixomaxip.com (8.13.3/8.13.3) with ESMTP id k0IMAQkK021528
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Jan 2006 14:10:26 -0800 (PST)
	(envelope-from tiger@whitetigersd.com)
Received: (from root@localhost)
	by morrigan.ixomaxip.com (8.13.3/8.13.3/Submit) id k0IMAQtX021527;
	Wed, 18 Jan 2006 14:10:26 -0800 (PST)
	(envelope-from tiger@whitetigersd.com)
Message-Id: <200601182210.k0IMAQtX021527@morrigan.ixomaxip.com>
Date: Wed, 18 Jan 2006 14:10:26 -0800 (PST)
From: Andrew Kilpatrick <tiger@whitetigersd.com>
Reply-To: Andrew Kilpatrick <tiger@whitetigersd.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: net-mgmt/nagios-radauth-plugin Nagios plugin for checking radius server
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         91975
>Category:       ports
>Synopsis:       New port: net-mgmt/nagios-radauth-plugin Nagios plugin for checking radius server
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 18 22:20:03 GMT 2006
>Closed-Date:    Sat Jan 21 19:05:05 GMT 2006
>Last-Modified:  Sat Jan 21 19:05:05 GMT 2006
>Originator:     Andrew Kilpatrick
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD morrigan.ixomaxip.com 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Checks the status of a radius server for nagios
>How-To-Repeat:
	
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	nagios-radauth-plugin
#	nagios-radauth-plugin/pkg-descr
#	nagios-radauth-plugin/distinfo
#	nagios-radauth-plugin/Makefile
#	nagios-radauth-plugin/files
#	nagios-radauth-plugin/files/patch-Makefile.in
#
echo c - nagios-radauth-plugin
mkdir -p nagios-radauth-plugin > /dev/null 2>&1
echo x - nagios-radauth-plugin/pkg-descr
sed 's/^X//' >nagios-radauth-plugin/pkg-descr << 'END-of-nagios-radauth-plugin/pkg-descr'
Xradauth was developed to allow for command line authentication
Xagainst a radius server.  This allows for more rapid
Xtesting/troubleshooting of radius authentication problems depending
Xupon the method by which the person is authenticating (dial-up
Xcustomers come to mind).
X
XAuthor:	Matt Miller <mmiller@hick.org>
XWWW:	http://freshmeat.net/projects/radauth/
END-of-nagios-radauth-plugin/pkg-descr
echo x - nagios-radauth-plugin/distinfo
sed 's/^X//' >nagios-radauth-plugin/distinfo << 'END-of-nagios-radauth-plugin/distinfo'
XMD5 (radauth-1.00.tar.gz) = 6b07fe24f6473f23089eec5087339fad
XSIZE (radauth-1.00.tar.gz) = 43087
END-of-nagios-radauth-plugin/distinfo
echo x - nagios-radauth-plugin/Makefile
sed 's/^X//' >nagios-radauth-plugin/Makefile << 'END-of-nagios-radauth-plugin/Makefile'
X# New ports collection makefile for:	nagios-spamd-plugin
X# Date created:				2005-10-29
X# Whom:					arved
X#
X# $FreeBSD: ports/net-mgmt/nagios-spamd-plugin/Makefile,v 1.1 2005/11/01 11:29:24 arved Exp $
X
XPORTNAME=	nagios-radauth-plugin
XPORTVERSION=	1.00
XCATEGORIES=	net-mgmt
XMASTER_SITES=	http://www.hick.org/code/skape/radauth/
XDISTNAME=	radauth-${PORTVERSION}
X
XMAINTAINER=	tiger@whitetigersd.com
XCOMMENT=	Nagios plugin for checking radius server
X
X.include <bsd.port.pre.mk>
X
XNAGIOS_PLUGIN_DIR?=	libexec/nagios
X
XHAS_CONFIGURE=	yes
XCONFIGURE_ARGS+=	--prefix=${PREFIX} \
X			--bindir=${PREFIX}/${NAGIOS_PLUGIN_DIR}
X
XPLIST_FILES=	${NAGIOS_PLUGIN_DIR}/check_radauth
XPLIST_DIRS=	${NAGIOS_PLUGIN_DIR}
X
X.include <bsd.port.post.mk>
END-of-nagios-radauth-plugin/Makefile
echo c - nagios-radauth-plugin/files
mkdir -p nagios-radauth-plugin/files > /dev/null 2>&1
echo x - nagios-radauth-plugin/files/patch-Makefile.in
sed 's/^X//' >nagios-radauth-plugin/files/patch-Makefile.in << 'END-of-nagios-radauth-plugin/files/patch-Makefile.in'
X--- Makefile.in.orig	Sat Jan 13 21:33:28 2001
X+++ Makefile.in	Wed Jan 18 13:58:34 2006
X@@ -17,8 +17,8 @@
X 	${CC} ${CFLAGS} md5.c -o md5.o
X 
X install: ${OBJS}
X-	cp radauth /usr/local/bin/radauth
X-	chmod 755 /usr/local/bin/radauth
X+	cp radauth @bindir@/check_radauth
X+	chmod 555 @bindir@/check_radauth
X 
X distclean:
X 	rm -f core ${BIN} *.o config.status config.cache Makefile config.log
END-of-nagios-radauth-plugin/files/patch-Makefile.in
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: sem 
State-Changed-When: Sat Jan 21 19:02:56 UTC 2006 
State-Changed-Why:  
New port added with modifications. Thanks!  1. Makefile header fixed 2. 
Install in clear environment fixed (nagios plugin dir) 3. CC and CFLAGS 
respect fixed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91975 
>Unformatted:
