mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Merge remote-tracking branch 'glotzi/monit' into next
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 5.11
|
||||
VER = 5.12.1
|
||||
|
||||
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 = 3
|
||||
PAK_VER = 6
|
||||
|
||||
DEPS = ""
|
||||
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = ff00f39d248ed7068932ed82211da9e6
|
||||
$(DL_FILE)_MD5 = 1ffde79207270925f6f7df787d19100a
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -81,6 +81,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_APP) && make $(MAKETUNING)
|
||||
cd $(DIR_APP) && make install
|
||||
|
||||
mkdir -p /var/lib/monit
|
||||
|
||||
install -v -m 644 $(DIR_SRC)/config/backup/includes/monit \
|
||||
/var/ipfire/backup/addons/includes/monit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user