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
This commit is contained in:
Jun Kuriyama 2002-06-24 05:27:48 +00:00
parent d637a0580a
commit 1394653bf4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61865
2 changed files with 4 additions and 4 deletions

View File

@ -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 \

View File

@ -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 \