summaryrefslogtreecommitdiff
path: root/sysutils/ansible/patches/patch-library_ping
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/ansible/patches/patch-library_ping')
-rw-r--r--sysutils/ansible/patches/patch-library_ping13
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/ansible/patches/patch-library_ping b/sysutils/ansible/patches/patch-library_ping
deleted file mode 100644
index e01357f688a..00000000000
--- a/sysutils/ansible/patches/patch-library_ping
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-library_ping,v 1.1 2013/02/26 00:13:00 hubertf Exp $
-
---- library/ping.orig 2012-11-23 15:56:11.000000000 +0000
-+++ library/ping
-@@ -26,7 +26,7 @@ short_description: Try to connect to hos
- description:
- - A trivial test module, this module always returns C(pong) on successful
- contact. It does not make sense in playbooks, but it is useful from
-- C(/usr/bin/ansible)
-+ C(@LOCALBASE@/bin/ansible)
- options: {}
- examples:
- - code: ansible webservers -m ping