From 0658ad06c38e23ee6e7ec41a3fcca5fc334aa7ac Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 22 Feb 2011 23:07:01 +0100 Subject: [PATCH] Revert "rename cdist-explorer-run-global -> cdist-explorer-run-init" Do not begin new features that break in master branch. This reverts commit b556ab557d3447a1f413de568ed6e31bc51d8415. --- bin/cdist-deploy-to | 2 +- bin/{cdist-explorer-run-init => cdist-explorer-run-global} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename bin/{cdist-explorer-run-init => cdist-explorer-run-global} (100%) diff --git a/bin/cdist-deploy-to b/bin/cdist-deploy-to index 2744c7c5..dab3684b 100755 --- a/bin/cdist-deploy-to +++ b/bin/cdist-deploy-to @@ -36,7 +36,7 @@ export __cdist_out_objects export __cdist_out_execs # See cdist-stages(7) -cdist-explorer-run-init "$__cdist_target_host" "$__cdist_out_explorers" +cdist-explorer-run "$__cdist_target_host" "$__cdist_out_explorers" cdist-manifest-init "$__cdist_target_host" "$__cdist_out_objects" cdist-manifest-run-all "$__cdist_target_host" "$__cdist_out_objects" cdist-object-codegen-all "$__cdist_target_host" "$__cdist_out_objects" "$__cdist_out_execs" diff --git a/bin/cdist-explorer-run-init b/bin/cdist-explorer-run-global similarity index 100% rename from bin/cdist-explorer-run-init rename to bin/cdist-explorer-run-global