[pkg-nagios-changes] [Git][nagios-team/pkg-monitoring-plugins][master] d/rules: Explicitly call ping with -4 and -6 on linux arch (Closes: #863981)

Jan Wagner gitlab at salsa.debian.org
Mon Mar 11 12:13:03 GMT 2019


Jan Wagner pushed to branch master at Debian Nagios Maintainer Group / pkg-monitoring-plugins


Commits:
7b5d4198 by Jan Wagner at 2019-03-11T11:38:37Z
d/rules: Explicitly call ping with -4 and -6 on linux arch (Closes: #863981)

- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
@@ -56,8 +56,8 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 endif
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)
-PING_CONFIGURE_ARGS = --with-ping-command="/bin/ping -n -U -w %d -c %d %s" \
-                      --with-ping6-command="/bin/ping6 -n -U -w %d -c %d %s"
+PING_CONFIGURE_ARGS = --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"
 else
 PING_CONFIGURE_ARGS = --with-ping-command="/bin/ping -n -w %d -c %d %s" \
                       --with-ping6-command="/bin/ping6 -n -w %d -c %d %s"



View it on GitLab: https://salsa.debian.org/nagios-team/pkg-monitoring-plugins/commit/7b5d4198bc761c3f3e72a90932cea6d54ee4a325

-- 
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-monitoring-plugins/commit/7b5d4198bc761c3f3e72a90932cea6d54ee4a325
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-nagios-changes/attachments/20190311/1f9d0655/attachment.html>


More information about the pkg-nagios-changes mailing list