summaryrefslogtreecommitdiff
path: root/sysutils/ansible/patches/patch-library-system-ping
blob: eadcd7a517416b1dba7e1d2f549ffe6b2383086f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-library-system-ping,v 1.2 2014/06/15 00:15:08 rodent Exp $

Fix hardcoded paths to be replaced with SUBST framework.

--- library/system/ping.orig	2014-06-09 21:23:31.000000000 +0000
+++ library/system/ping
@@ -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@/ansible)
 options: {}
 author: Michael DeHaan
 '''