From 7301c8308e7c878463f559418b410a25913050bf Mon Sep 17 00:00:00 2001 From: Scott Lystig Fritchie Date: Wed, 9 Dec 2015 14:07:27 +0900 Subject: [PATCH] Clarify the initial docs, thanks @mrallen1! --- src/machi_lifecycle_mgr.erl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/machi_lifecycle_mgr.erl b/src/machi_lifecycle_mgr.erl index 746f65a..d11ff49 100644 --- a/src/machi_lifecycle_mgr.erl +++ b/src/machi_lifecycle_mgr.erl @@ -25,7 +25,9 @@ %% for implementing the lifecycle changes as expressed by "policy". %% In our case, "policy" is created by an external administrative %% entity that creates and deletes configuration files that define -%% FLUs and chains relative to this local machine. +%% FLUs and chains relative to this local machine. (This "policy" +%% may be a human administrator or (as the Machi project matures) +%% partial or full automatic implementation of policy.) %% %% The "master configuration" for deciding which FLUs should be %% running on this machine was inspired by BSD UNIX's `init(8)' and the @@ -108,7 +110,7 @@ %% %%
  • name :: atom(): The name of the FLU. This name %% should be unique over the lifetime of the administrative -%% domain and thus managed by outside policy. This name must be +%% domain and thus managed by external policy. This name must be %% the same as the name of the `rc.d'-style config file that %% defines the FLU. %%
  • @@ -154,7 +156,7 @@ %% %%
  • name :: atom(): The name of the chain. This name %% should be unique over the lifetime of the administrative -%% domain and thus managed by outside policy. This name must be +%% domain and thus managed by external policy. This name must be %% the same as the name of the `rc.d'-style config file that %% defines the chain. %%