From a40a1e25f7d1e6ec648afd10c8873611d139bfd9 Mon Sep 17 00:00:00 2001 From: Dirk Wagner Date: Sun, 22 Mar 2015 22:33:30 +0100 Subject: [PATCH] mont addon: added missing dir /var/lib/monit to distribution --- config/rootfiles/packages/monit | 1 + lfs/monit | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/packages/monit b/config/rootfiles/packages/monit index 049bab351a..4477ea3d20 100644 --- a/config/rootfiles/packages/monit +++ b/config/rootfiles/packages/monit @@ -1,6 +1,7 @@ etc/monitrc usr/bin/monit #usr/share/man/man1/monit.1 +var/lib/monit var/ipfire/backup/addons/includes/monit etc/rc.d/init.d/monit etc/rc.d/rc0.d/K40monit diff --git a/lfs/monit b/lfs/monit index f57ad011cf..92e0760023 100644 --- a/lfs/monit +++ b/lfs/monit @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = monit -PAK_VER = 5 +PAK_VER = 6 DEPS = "" @@ -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 -- 2.39.2