Skip to content

Commit

Permalink
Pullup ticket #5395 - requested by sevan
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bsiegert committed May 6, 2017
1 parent 77a502e commit 3ffb8e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions net/xymon/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit 3ffb8e8

Please sign in to comment.