pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/zabbix50-agent



Module Name:    pkgsrc
Committed By:   otis
Date:           Sun Feb 12 17:35:14 UTC 2023

Modified Files:
        pkgsrc/sysutils/zabbix50-agent: Makefile

Log Message:
zabbix50-agent: Explicitly set SMF_NAME to zabbix-agent


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/zabbix50-agent/Makefile

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

Modified files:

Index: pkgsrc/sysutils/zabbix50-agent/Makefile
diff -u pkgsrc/sysutils/zabbix50-agent/Makefile:1.15 pkgsrc/sysutils/zabbix50-agent/Makefile:1.16
--- pkgsrc/sysutils/zabbix50-agent/Makefile:1.15        Sun Feb 12 11:09:04 2023
+++ pkgsrc/sysutils/zabbix50-agent/Makefile     Sun Feb 12 17:35:14 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2023/02/12 11:09:04 otis Exp $
+# $NetBSD: Makefile,v 1.16 2023/02/12 17:35:14 otis Exp $
 
 .include "../../sysutils/zabbix50-server/Makefile.common"
 
@@ -24,6 +24,7 @@ EGDIR=                share/examples/${PKGBASE}
 CONF_FILES+=   ${EGDIR}/zabbix_agentd.conf ${PKG_SYSCONFDIR}/zabbix_agentd.conf
 
 RCD_SCRIPTS=   zabbix_agentd
+SMF_NAME=      zabbix-agent
 
 INSTALLATION_DIRS+=    ${EGDIR} share/${PKGBASE}
 



Home | Main Index | Thread Index | Old Index