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, next has been updated via 47bb9dd1e8e0b1382789ef0dba97896046b03694 (commit) from 95c60d31aaafb7d83aec297f7466f6106df88ec4 (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 47bb9dd1e8e0b1382789ef0dba97896046b03694 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Nov 8 15:07:17 2018 +0000
observium-agent: Rootfile update
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/packages/observium-agent | 1 + config/rootfiles/packages/xinetd | 1 - lfs/observium-agent | 1 + 3 files changed, 2 insertions(+), 1 deletion(-)
Difference in files: diff --git a/config/rootfiles/packages/observium-agent b/config/rootfiles/packages/observium-agent index 2dd1d4008..c9bded0b5 100644 --- a/config/rootfiles/packages/observium-agent +++ b/config/rootfiles/packages/observium-agent @@ -1,3 +1,4 @@ +#etc/xinetd.d etc/xinetd.d/observium_agent_xinetd usr/bin/observium_agent #usr/lib/observium_agent diff --git a/config/rootfiles/packages/xinetd b/config/rootfiles/packages/xinetd index 4c91ec99c..e007e1955 100644 --- a/config/rootfiles/packages/xinetd +++ b/config/rootfiles/packages/xinetd @@ -1,6 +1,5 @@ etc/rc.d/init.d/xinetd etc/xinetd.conf -#etc/xinetd.d #usr/man/man5/xinetd.conf.5 #usr/man/man8/itox.8 #usr/man/man8/xconv.pl.8 diff --git a/lfs/observium-agent b/lfs/observium-agent index 3254a8000..e533a451e 100644 --- a/lfs/observium-agent +++ b/lfs/observium-agent @@ -79,6 +79,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
# Install xinet.d configuration + mkdir -pv /etc/xinetd.d cd $(DIR_APP) && install -m 644 scripts/observium_agent_xinetd \ /etc/xinetd.d/observium_agent_xinetd
hooks/post-receive -- IPFire 2.x development tree