pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2017Q1] pkgsrc/net/xymon



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat May  6 15:18:43 UTC 2017

Modified Files:
        pkgsrc/net/xymon [pkgsrc-2017Q1]: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.48.2.1 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.48.2.1
--- pkgsrc/net/xymon/Makefile:1.48      Sun Feb 12 06:25:54 2017
+++ pkgsrc/net/xymon/Makefile   Sat May  6 15:18:43 2017
@@ -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}



Home | Main Index | Thread Index | Old Index