49970e3866
Set PKG_SYSCONFSUBDIR where appropriate, and use {MAKE,OWN}_DIRS to create the directory tree under ${PKG_SYSCONFDIR} instead of using INSTALLATION_DIRS. Bump the PKGREVISION of packages that changed due to changes in the package install scripts.
15 lines
664 B
Text
15 lines
664 B
Text
$NetBSD: patch-plugins_README,v 1.2 2017/08/07 17:56:13 jlam Exp $
|
|
|
|
Fix hardcoded paths to be replaced with SUBST framework.
|
|
|
|
--- plugins/README.md.orig 2015-08-19 12:07:33.000000000 +0000
|
|
+++ plugins/README.md
|
|
@@ -25,7 +25,7 @@ Inventory plugins allow you to store you
|
|
you like. Examples include discovering inventory from EC2 or pulling it from
|
|
Cobbler. These could also be used to interface with LDAP or database.
|
|
|
|
-chmod +x an inventory plugin and either name it /etc/ansible/hosts or use ansible
|
|
+chmod +x an inventory plugin and either name it @PKG_SYSCONFDIR@/hosts or use ansible
|
|
with -i to designate the path to the plugin.
|
|
|
|
contributions welcome
|