From 4fe356c1f0ccb401a9c70b97b401a7f47e94efee Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Tue, 26 Jun 2007 09:32:53 -0700 Subject: [PATCH] updated manifest, removed extra apostraphe from fuzed script --- Manifest.txt | 6 +++--- bin/fuzed | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Manifest.txt b/Manifest.txt index b56a778..46f2c47 100644 --- a/Manifest.txt +++ b/Manifest.txt @@ -4,7 +4,8 @@ Manifest.txt README.txt Rakefile bin/fuzed -bin/fuzedconf +bin/fuzed-adapter +bin/fuzed-conf elibs/myappmod.beam elibs/myappmod.erl elibs/port_wrapper.beam @@ -17,12 +18,11 @@ elibs/resource_manager.beam elibs/resource_manager.erl elibs/test_rails_handler.beam elibs/test_rails_handler.erl -fuzed.conf join_cluster.beam join_cluster.erl lib/fuzed.rb -lib/fuzed/rack.rb rails_responder +sample.fuzed.conf start_node start_yaws templates/fuzed.conf diff --git a/bin/fuzed b/bin/fuzed index 2bb235f..cbf834f 100755 --- a/bin/fuzed +++ b/bin/fuzed @@ -43,7 +43,7 @@ when 'join' puts "Starting a client named #{nodename} offering service to #{master}" puts "Each node will run: 'fuzed-adapter #{rails}'" - system %Q{cd #{Fuzed.root}; erl -noshell -name #{nodename} -eval "join_cluster:start('#{master}','fuzed-adapter' #{rails}')."} + system %Q{cd #{Fuzed.root}; erl -noshell -name #{nodename} -eval "join_cluster:start('#{master}','fuzed-adapter #{rails}')."} else puts 'Invalid command' end -- 2.11.4.GIT