diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2017-05-06 15:18:43 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2017-05-06 15:18:43 +0000 |
commit | ba4366f94a415455f504ee7663ed6497e38d0362 (patch) | |
tree | 22c3d24dc1172afaa0cd236196b73459d23628a5 /net | |
parent | d0e7fb92f897db666eaefcc88acf64cc4e7439f5 (diff) | |
download | pkgsrc-ba4366f94a415455f504ee7663ed6497e38d0362.tar.gz |
Pullup ticket #5395 - requested by sevan
net/xymon: build fix
Revisions pulled up:
- net/xymon/Makefile 1.49
---
Module Name: pkgsrc
Committed By: spz
Date: Wed May 3 05:29:41 UTC 2017
Modified Files:
pkgsrc/net/xymon: Makefile
Log Message:
chmod the right files, the .sh are just an identical wrapper now
Diffstat (limited to 'net')
-rw-r--r-- | net/xymon/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/xymon/Makefile b/net/xymon/Makefile index ba403cc5db5..bfc5e4293e9 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.48.2.1 2017/05/06 15:18:43 bsiegert 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} |