From a00e45c4d36c038b2f75fb8115cc1df519e1a507 Mon Sep 17 00:00:00 2001 From: Lars Thegler Date: Thu, 27 Jul 2006 10:55:20 +0000 Subject: Fixed WWW user uid/gid --- net-mgmt/smokeping/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net-mgmt') diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile index b0f549bae80f..9b3a1fe461b5 100644 --- a/net-mgmt/smokeping/Makefile +++ b/net-mgmt/smokeping/Makefile @@ -7,6 +7,7 @@ PORTNAME= smokeping PORTVERSION= 2.0.9 +PORTREVISION= 1 CATEGORIES= net www MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/ @@ -261,7 +262,7 @@ do-install: @${MKDIR} ${PREFIX}/var/smokeping @${CHOWN} -R ${USER}:${GROUP} ${PREFIX}/var/smokeping @${MKDIR} ${PREFIX}/smokeping/htdocs/img - @${CHOWN} ${WWW_USER}:${WWW_GROUP} ${PREFIX}/smokeping/htdocs/img + @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/smokeping/htdocs/img @if [ ! -f ${PREFIX}/etc/rc.d/smokeping.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/smokeping.sh startup file."; \ ${INSTALL_SCRIPT} ${FILESDIR}/smokeping.sh ${PREFIX}/etc/rc.d/smokeping.sh; \ -- cgit v1.2.3