From 26d8468c63c71b1ccbb1bfddd14949c16b78ecd5 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Fri, 10 Nov 2017 13:25:18 +0000 Subject: community/monitoring-plugins: set the right /bin/ping path --- community/monitoring-plugins/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/monitoring-plugins/APKBUILD b/community/monitoring-plugins/APKBUILD index f555190060..7c71dcc398 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=4 +pkgrel=5 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='/usr/bin/ping -4 -n -U -w %d -c %d %s' \ - --with-ping6-command='/usr/bin/ping -6 -n -U -w %d -c %d %s' \ + --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-openssl \ --with-pgsql=/usr \ --with-dbi \ -- cgit v1.2.3