pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2017Q1]: pkgsrc/net/xymon Pullup ticket #5395 - requested by s...
details: https://anonhg.NetBSD.org/pkgsrc/rev/54a13acee328
branches: pkgsrc-2017Q1
changeset: 360358:54a13acee328
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Sat May 06 15:18:43 2017 +0000
description:
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:
net/xymon/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r bc190c8ad657 -r 54a13acee328 net/xymon/Makefile
--- a/net/xymon/Makefile Sat May 06 15:12:53 2017 +0000
+++ b/net/xymon/Makefile Sat May 06 15:18:43 2017 +0000
@@ -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 @@
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}
Home |
Main Index |
Thread Index |
Old Index