This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 29268dee3b61bde26b8ea3183e4bf13a50b3920c (commit) from 6949953b7f8639d6ceca852416e285d3a04dd1e2 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 29268dee3b61bde26b8ea3183e4bf13a50b3920c Author: Dirk Wagner dirk.wagner@ipfire.org Date: Sun Mar 22 22:33:30 2015 +0100
mont addon: added missing dir /var/lib/monit to distribution
Conflicts: lfs/monit
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/packages/monit | 1 + lfs/monit | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-)
Difference in files: diff --git a/config/rootfiles/packages/monit b/config/rootfiles/packages/monit index 049bab3..4477ea3 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 6c35c6c..0998d59 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 = 3 +PAK_VER = 4
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
hooks/post-receive -- IPFire 2.x development tree