$NetBSD: patch-lib_ansible_modules_core_system_ping,v 1.1 2015/08/19 15:04:11 ttys Exp $

Fix hardcoded paths to be replaced with SUBST framework.

--- lib/ansible/modules/core/system/ping.py.orig	2015-06-25 20:39:14.000000000 +0000
+++ lib/ansible/modules/core/system/ping.py
@@ -27,7 +27,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(@PREFIX@/bin/ansible)
 options: {}
 author: Michael DeHaan
 '''
