[arch-commits] Commit in monitoring-plugins/trunk (PKGBUILD)

Jonathan Steel jsteel at archlinux.org
Thu Feb 25 20:05:01 UTC 2016


    Date: Thursday, February 25, 2016 @ 21:05:01
  Author: jsteel
Revision: 163443

upgpkg: monitoring-plugins 2.1.2-2

FS#48338

Modified:
  monitoring-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-25 19:25:01 UTC (rev 163442)
+++ PKGBUILD	2016-02-25 20:05:01 UTC (rev 163443)
@@ -3,7 +3,7 @@
 
 pkgname=monitoring-plugins
 pkgver=2.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Plugins for Icinga, Naemon, Nagios, Shinken, Sensu and other monitoring applications"
 arch=('i686' 'x86_64')
 url="http://www.monitoring-plugins.org"
@@ -25,7 +25,9 @@
 build() {
   cd $pkgname-$pkgver
 
-  ./configure --prefix=/usr --libexecdir=/usr/lib/monitoring-plugins
+  ./configure --prefix=/usr --libexecdir=/usr/lib/monitoring-plugins \
+    --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'
 
   make
 }



More information about the arch-commits mailing list