From 8fc01c61cb53e4d907bf2ae3f9b39a265d719fcd Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 4 Feb 2011 23:10:04 +0100 Subject: [PATCH] update readmes Signed-off-by: Nico Schottelius --- HACKERS_README | 2 +- REAL_README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKERS_README b/HACKERS_README index 0ce3baa1..88f3a013 100644 --- a/HACKERS_README +++ b/HACKERS_README @@ -21,7 +21,7 @@ __cdist_config=$(pwd -P)/conf __cdist_target_host=ikq02.ethz.ch cdist-manifest-i find conf/cache # Run explorer on a "remote" host -__cdist_config=$(pwd -P)/conf __cdist_target_host=localhost ./bin/cdist-explorer-run +__cdist_config=$(pwd -P)/conf __cdist_target_host=localhost cdist-explorer-run # Display result find conf/cache/hosts/localhost diff --git a/REAL_README b/REAL_README index 42cb1784..f9e989ee 100644 --- a/REAL_README +++ b/REAL_README @@ -19,7 +19,7 @@ and it is equipped with manpages. * KISS (keep it simple and stupid) * Allow very easy extension of cdist (creating own types for instance) * Push (server pushes configuration) and Pull (client retrieves config) supported - * User defines configuration in shell scripts using cdist functions + * User defines configuration in shell scripts * Cdist generates internal configuration (cconfig style) and afterwards applies configuration ## Requirements