pkgsrc-WIP-changes archive

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

zabbix50: Use non-DB-dependent SMF service name



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By:	otis
Date:		Wed Oct 21 19:51:02 2020 +0000
Changeset:	9e3667b4419de8c3346c159ad94042f44f60c9a6

Modified Files:
	zabbix50-proxy/Makefile
	zabbix50-server/Makefile

Log Message:
zabbix50: Use non-DB-dependent SMF service name

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9e3667b4419de8c3346c159ad94042f44f60c9a6

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

diffstat:
 zabbix50-proxy/Makefile  | 1 +
 zabbix50-server/Makefile | 1 +
 2 files changed, 2 insertions(+)

diffs:
diff --git a/zabbix50-proxy/Makefile b/zabbix50-proxy/Makefile
index cceede8a3c..9e1a187cec 100644
--- a/zabbix50-proxy/Makefile
+++ b/zabbix50-proxy/Makefile
@@ -28,6 +28,7 @@ EGDIR=		share/examples/${PKGBASE}
 CONF_FILES+=	${EGDIR}/zabbix_proxy.conf ${PKG_SYSCONFDIR}/zabbix_proxy.conf
 
 RCD_SCRIPTS=	zabbix_proxy
+SMF_NAME=	zabbix-proxy
 
 INSTALLATION_DIRS+=	${EGDIR} share/${PKGBASE}
 
diff --git a/zabbix50-server/Makefile b/zabbix50-server/Makefile
index 8513235700..8f1842c82e 100644
--- a/zabbix50-server/Makefile
+++ b/zabbix50-server/Makefile
@@ -30,6 +30,7 @@ EGDIR=		share/examples/${PKGBASE}
 CONF_FILES+=	${EGDIR}/zabbix_server.conf ${PKG_SYSCONFDIR}/zabbix_server.conf
 
 RCD_SCRIPTS=	zabbix_server
+SMF_NAME=	zabbix-server
 
 INSTALLATION_DIRS+=	${EGDIR} share/${PKGBASE}
 


Home | Main Index | Thread Index | Old Index