16 lines
541 B
Plaintext
16 lines
541 B
Plaintext
$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
|
|
'''
|