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 3baa3661a16c7ed2024dc2d8526502cad2eb6e55 (commit) via d04e15178d976abb0049c05900e2b56b6c655a81 (commit) from a3fd3c237d07106063378ea2b6a1493119a3f2fc (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 3baa3661a16c7ed2024dc2d8526502cad2eb6e55 Author: Jonatan Schlag jonatan.schlag@ipfire.org Date: Fri Mar 10 15:31:25 2017 +0100
xinetd: fix the call of INSTALL_INITSCRIPT
Signed-off-by: Jonatan Schlag jonatan.schlag@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit d04e15178d976abb0049c05900e2b56b6c655a81 Author: Jonatan Schlag jonatan.schlag@ipfire.org Date: Fri Mar 10 15:30:19 2017 +0100
Fix rootfile of keepalived after initscript changes
Signed-off-by: Jonatan Schlag jonatan.schlag@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/packages/keepalived | 1 + lfs/xinetd | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
Difference in files: diff --git a/config/rootfiles/packages/keepalived b/config/rootfiles/packages/keepalived index 88cfeed..fbf5702 100644 --- a/config/rootfiles/packages/keepalived +++ b/config/rootfiles/packages/keepalived @@ -27,6 +27,7 @@ etc/keepalived/samples #etc/keepalived/samples/root.pem #etc/keepalived/samples/sample.misccheck.smbcheck.sh #etc/sysconfig/keepalived +etc/rc.d/init.d/keepalived usr/bin/genhash usr/sbin/keepalived #usr/share/man/man1/genhash.1 diff --git a/lfs/xinetd b/lfs/xinetd index d3b577b..42d9288 100644 --- a/lfs/xinetd +++ b/lfs/xinetd @@ -83,7 +83,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cp -f $(DIR_SRC)/config/xinetd/xinetd.conf /etc/xinetd.conf
#install initscripts - $(call INSTALL_INITSCRIPT,nfs-server) + $(call INSTALL_INITSCRIPT,xinetd)
@rm -rf $(DIR_APP) @$(POSTBUILD)
hooks/post-receive -- IPFire 2.x development tree