From 1394653bf4ec2908aa4b08e9d3002c3c11b3b62d Mon Sep 17 00:00:00 2001
From: Jun Kuriyama <kuriyama@FreeBSD.org>
Date: Mon, 24 Jun 2002 05:27:48 +0000
Subject: Bump PORTREVISION.

Apache runs as user "www" now, so nagios the nagios socket should be owned by
"www" instead of nobody.

Submitted by:	David Douthitt <n9ubh@callsign.net> via maintainer
---
 net-mgmt/netsaint/Makefile | 4 ++--
 net/netsaint/Makefile      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-mgmt/netsaint/Makefile b/net-mgmt/netsaint/Makefile
index 85000a689d1f..b8ab4f6549eb 100644
--- a/net-mgmt/netsaint/Makefile
+++ b/net-mgmt/netsaint/Makefile
@@ -7,7 +7,7 @@
 
 PORTNAME=	netsaint
 PORTVERSION=	0.0.7
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	net
 MASTER_SITES=	http://netsaint.sourceforge.net/download/ \
@@ -26,7 +26,7 @@ CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib -lgd -lgnugetopt"
 CONFIGURE_ARGS=	--with-command-user=netsaint \
-		--with-command-grp=nogroup \
+		--with-command-grp=www \
 		--with-netsaint-user=netsaint \
 		--with-netsaint-grp=netsaint \
 		--sbindir=${PREFIX}/share/netsaint/sbin \
diff --git a/net/netsaint/Makefile b/net/netsaint/Makefile
index 85000a689d1f..b8ab4f6549eb 100644
--- a/net/netsaint/Makefile
+++ b/net/netsaint/Makefile
@@ -7,7 +7,7 @@
 
 PORTNAME=	netsaint
 PORTVERSION=	0.0.7
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	net
 MASTER_SITES=	http://netsaint.sourceforge.net/download/ \
@@ -26,7 +26,7 @@ CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib -lgd -lgnugetopt"
 CONFIGURE_ARGS=	--with-command-user=netsaint \
-		--with-command-grp=nogroup \
+		--with-command-grp=www \
 		--with-netsaint-user=netsaint \
 		--with-netsaint-grp=netsaint \
 		--sbindir=${PREFIX}/share/netsaint/sbin \
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0