Received: by mail.netbsd.org (Postfix, from userid 605) id 7BB5884D82; Wed, 10 Apr 2019 17:50:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D6D2C84D82 for ; Wed, 10 Apr 2019 17:49:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id fEDiL9Fszn6e for ; Wed, 10 Apr 2019 17:49:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3D96A84CD5 for ; Wed, 10 Apr 2019 17:49:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3B41AFB16; Wed, 10 Apr 2019 17:49:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155491859956670" MIME-Version: 1.0 Date: Wed, 10 Apr 2019 17:49:59 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/sysutils/zabbix To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20190410174959.3B41AFB16@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. --_----------=_155491859956670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Wed Apr 10 17:49:59 UTC 2019 Modified Files: pkgsrc/sysutils/zabbix: Makefile Log Message: zabbix: Set SMF_INSTANCES correctly. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/zabbix/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155491859956670 Content-Disposition: inline Content-Length: 731 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/zabbix/Makefile diff -u pkgsrc/sysutils/zabbix/Makefile:1.23 pkgsrc/sysutils/zabbix/Makefile:1.24 --- pkgsrc/sysutils/zabbix/Makefile:1.23 Wed Apr 10 17:47:33 2019 +++ pkgsrc/sysutils/zabbix/Makefile Wed Apr 10 17:49:59 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2019/04/10 17:47:33 jperkin Exp $ +# $NetBSD: Makefile,v 1.24 2019/04/10 17:49:59 jperkin Exp $ .include "Makefile.common" @@ -49,6 +49,8 @@ PKG_GECOS.${ZABBIX_USER}=Zabbix user FILES_SUBST+= ZABBIX_USER=${ZABBIX_USER} FILES_SUBST+= ZABBIX_GROUP=${ZABBIX_GROUP} +SMF_INSTANCES= agent proxy server + post-install: cd ${WRKSRC}/database/${ZABBIX_DB_TYPE}; \ ${PAX} -rw . ${DESTDIR}${PREFIX}/share/zabbix/ --_----------=_155491859956670--