From d338fa9564cacc7d810090fc8927d5bd68442e27 Mon Sep 17 00:00:00 2001 From: spz Date: Wed, 3 May 2017 05:29:41 +0000 Subject: chmod the right files, the .sh are just an identical wrapper now --- net/xymon/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net/xymon') diff --git a/net/xymon/Makefile b/net/xymon/Makefile index ba403cc5db5..65f4e6e3f68 100644 --- a/net/xymon/Makefile +++ b/net/xymon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2017/02/12 06:25:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.49 2017/05/03 05:29:41 spz Exp $ # DISTNAME= xymon-4.3.27 @@ -176,10 +176,10 @@ CFILES2= critical.cfg critical.cfg.bak CONF_FILES_PERMS+= ${EXAMPLEDIR}/${file} ${PKG_SYSCONFDIR.xymon}/${file} ${XYMONUSER} ${XYMONGROUP} 0664 .endfor -SECCGIFILES= ackinfo.sh acknowledge.sh criticaleditor.sh -SECCGIFILES+= enadis.sh useradm.sh +SECCGIFILES= ackinfo.cgi acknowledge.cgi criticaleditor.cgi +SECCGIFILES+= enadis.cgi useradm.cgi .for file in ${SECCGIFILES} -SPECIAL_PERMS+= ${SECCGIDIR}/${file} ${XYMONUSER} ${XYMONGROUP} 0400 +SPECIAL_PERMS+= ${SECCGIDIR}/../${file} ${XYMONUSER} ${XYMONGROUP} 0400 .endfor MAKE_ENV+= MAKE=${MAKE_PROGRAM:Q} -- cgit v1.2.3