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 c6f13fa77c23a02d649ed1d56c7a366c3a7a2caa (commit)
from 977a52e66930c36acc4db3d9eb1675ce1647300f (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 c6f13fa77c23a02d649ed1d56c7a366c3a7a2caa
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Thu Dec 29 13:44:09 2011 +0100
nagios_nrpe: Disable linking against tcpwrappers.
tcpwrappers is $%&"$%&/ and just causing headaches. Use the
stupid firewall if you want to block access from remote hosts.
-----------------------------------------------------------------------
Summary of changes:
lfs/nagios_nrpe | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
Difference in files:
diff --git a/lfs/nagios_nrpe b/lfs/nagios_nrpe
index 34bc5a8..41be3d3 100644
--- a/lfs/nagios_nrpe
+++ b/lfs/nagios_nrpe
@@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = nagios_nrpe
-PAK_VER = 1
+PAK_VER = 2
DEPS = "nagios"
@@ -78,9 +78,15 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && ./configure --prefix=/usr --libexecdir=/usr/lib/nagios \
- --with-nrpe-user=nobody --with-nrpe-group=nobody \
- --with-nagios-user=nobody --with-nagios-group=nobody
+ cd $(DIR_APP) && ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/nagios \
+ --with-nrpe-user=nobody \
+ --with-nrpe-group=nobody \
+ --with-nagios-user=nobody \
+ --with-nagios-group=nobody \
+ ac_cv_lib_wrap_main=no
+
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
@rm -rf $(DIR_APP)
hooks/post-receive
--
IPFire 2.x development tree