]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/zabbix_agentd
Merge branch 'master' into next
[people/mfischer/ipfire-2.x.git] / lfs / zabbix_agentd
index 8aac4d00047fcb9a170340154410e39689e4b9cf..dbf6f2d779e6ba4ab13f2423fe3698534b7613f7 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Zabbix Agent
+
 VER        = 4.2.6
 
 THISAPP    = zabbix-$(VER)
@@ -33,7 +35,9 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = zabbix_agentd
 PAK_VER    = 4
-DEPS       = ""
+DEPS       =
+
+SERVICES   = zabbix_agentd
 
 ###############################################################################
 # Top-level Rules
@@ -106,7 +110,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        chown zabbix.zabbix /var/run/zabbix
 
        # Install initscripts
-       $(call INSTALL_INITSCRIPT,zabbix_agentd)
+       @$(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        # Install sudoers include file
        install -v -m 644 $(DIR_SRC)/config/zabbix_agentd/sudoers \