pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/xymon



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


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/net/xymon/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/xymon/Makefile
diff -u pkgsrc/net/xymon/Makefile:1.48 pkgsrc/net/xymon/Makefile:1.49
--- pkgsrc/net/xymon/Makefile:1.48      Sun Feb 12 06:25:54 2017
+++ pkgsrc/net/xymon/Makefile   Wed May  3 05:29:41 2017
@@ -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}



Home | Main Index | Thread Index | Old Index