From 0eab9fb33d792139e7ca64686fa909bdcc17700d Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Tue, 14 Nov 2017 00:23:32 +0000 Subject: community/monitoring-plugins: ping from iputils does not support -4 and -6 flags --- community/monitoring-plugins/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community') diff --git a/community/monitoring-plugins/APKBUILD b/community/monitoring-plugins/APKBUILD index 7c71dcc398..8913003c63 100644 --- a/community/monitoring-plugins/APKBUILD +++ b/community/monitoring-plugins/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista pkgname=monitoring-plugins pkgver="2.2" -pkgrel=5 +pkgrel=6 pkgdesc="Plugins for Icinga, Naemon, Nagios, Shinken, Sensu and other monitoring applications" url="http://www.monitoring-plugins.org" arch="all" @@ -27,8 +27,8 @@ build() { --prefix=/usr \ --libexecdir=/usr/lib/monitoring-plugins \ --with-perl="$(which perl)" \ - --with-ping-command="/bin/ping -4 -n -U -w %d -c %d %s" \ - --with-ping6-command="/bin/ping -6 -n -U -w %d -c %d %s" \ + --with-ping-command="/bin/ping -n -U -w %d -c %d %s" \ + --with-ping6-command="/bin/ping6 -n -U -w %d -c %d %s" \ --with-openssl \ --with-pgsql=/usr \ --with-dbi \ -- cgit v1.2.3