From: Sascha Kilian Date: Fri, 31 Oct 2014 15:15:54 +0000 (+0100) Subject: nagios+icinga plugins: removed ipv6 support X-Git-Tag: v2.17-core87~103^2~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=282c47bcb414319c90f84c958141af4535e99841;p=ipfire-2.x.git nagios+icinga plugins: removed ipv6 support --- diff --git a/lfs/icinga b/lfs/icinga index 691d83d931..ab562f24c9 100644 --- a/lfs/icinga +++ b/lfs/icinga @@ -112,7 +112,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --prefix=/usr \ --libexecdir=/usr/lib/icinga/plugins \ --with-nagios-user=nobody \ - --with-nagios-group=nobody + --with-nagios-group=nobody \ + --without-ipv6 cd $(DIR_SRC)/nagios-plugins-$(PLUGIN_VER) && make $(MAKETUNING) # Install core diff --git a/lfs/nagios b/lfs/nagios index a9cef536f7..868272bb30 100644 --- a/lfs/nagios +++ b/lfs/nagios @@ -102,7 +102,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_SRC) && tar xfz $(DIR_DL)/nagios-plugins-1.4.13.tar.gz cd $(DIR_SRC)/nagios-plugins* && ./configure --prefix=/usr \ --libexecdir=/usr/lib/nagios \ - --with-nagios-user=nobody --with-nagios-group=nobody + --with-nagios-user=nobody --with-nagios-group=nobody \ + --without-ipv6 cd $(DIR_SRC)/nagios-plugins* && make cd $(DIR_SRC)/nagios-plugins* && make install chown -R nobody:nobody /var/nagios