Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1E0BC7A169 for ; Sat, 6 May 2017 15:18:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BF60E84DB7; Sat, 6 May 2017 15:18:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4BFEE84DA6 for ; Sat, 6 May 2017 15:18:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id mzwq1WqZa2pH for ; Sat, 6 May 2017 15:18:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A1C3D84DA4 for ; Sat, 6 May 2017 15:18:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 992CCFBE4; Sat, 6 May 2017 15:18:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1494083923161020" MIME-Version: 1.0 Date: Sat, 6 May 2017 15:18:43 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2017Q1] pkgsrc/net/xymon To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20170506151843.992CCFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1494083923161020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1494083923161020 Content-Disposition: inline Content-Length: 1010 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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} --_----------=_1494083923161020--