16 lines
542 B
Plaintext
16 lines
542 B
Plaintext
$NetBSD: patch-library-system-ping,v 1.3 2015/06/25 13:21:03 jperkin Exp $
|
|
|
|
Fix hardcoded paths to be replaced with SUBST framework.
|
|
|
|
--- library/system/ping.orig 2014-07-25 20:48:49.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
|
|
'''
|