]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/monit
buildprocess: Add extra metadata to pak lfs files
[people/pmueller/ipfire-2.x.git] / lfs / monit
index 51b7e0101e18c42ae66a7d9848a989f2b1cfc8ac..d176fb7c1c65e2cfc5d9ca26b58fc6b5baddccb3 100644 (file)
--- a/lfs/monit
+++ b/lfs/monit
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Utility for monitoring services on a Unix system
+
 VER        = 5.30.0
 
 THISAPP    = monit-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 17
 
 DEPS       =
 
+SERVICES   = monit
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -94,7 +98,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        install -v -m 600 $(DIR_SRC)/config/monit/monitrc /etc
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,monit)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        # Install start links and backup include file.
        ln -sf ../init.d/monit /etc/rc.d/rc3.d/S60monit