]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/monit
miniupnpd: move initscript to src/initscripts/packages and use new macro
[ipfire-2.x.git] / lfs / monit
index 92e0760023b1780efd930dd44220d442e977d2e4..cfa9699a812a7ecbfdeabb1c2da2f0982e68883f 100644 (file)
--- a/lfs/monit
+++ b/lfs/monit
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2009  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2016  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 5.12.1
+VER        = 5.19.0
 
 THISAPP    = monit-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = monit
-PAK_VER    = 6
+PAK_VER    = 8
 
 DEPS       = ""
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 1ffde79207270925f6f7df787d19100a
+$(DL_FILE)_MD5 = 51ee50dd71e1bb9fe9a128bc88456b77
 
 install : $(TARGET)
 
@@ -89,6 +89,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        # Install default configuration                                                                                       
        install -v -m 600 $(DIR_SRC)/config/monit/monitrc /etc 
 
+       #install initscripts
+       $(call INSTALL_INITSCRIPT,monit)
+
        # Install start links and backup include file. 
        ln -sf ../init.d/monit /etc/rc.d/rc3.d/S60monit
        ln -sf ../init.d/monit /etc/rc.d/rc0.d/K40monit