pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/xymon chmod the right files, the .sh are just an i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3b0e81cc889b
branches: trunk
changeset: 362024:3b0e81cc889b
user: spz <spz%pkgsrc.org@localhost>
date: Wed May 03 05:29:41 2017 +0000
description:
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 3a7e41de2a51 -r 3b0e81cc889b net/xymon/Makefile
--- a/net/xymon/Makefile Wed May 03 01:00:00 2017 +0000
+++ b/net/xymon/Makefile Wed May 03 05:29:41 2017 +0000
@@ -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 @@
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