<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,7 +4,7 @@ require 'rake'
 
 ERLC_TEST_FLAGS = &quot;-pa ../ebin/eunit -I .. -I ../etest -I ../include/eunit -DTEST&quot;
 ERLC_FLAGS = &quot;+debug_info -W2 -I ../include -I ../include/thrift -I ../include/yaws -o ../ebin&quot;
-ID2_VERSION = &quot;0.4.13&quot;
+FUZED_VERSION = &quot;0.4.13&quot;
 
 task :default do
   cd &quot;elibs&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -3,32 +3,32 @@
 require 'digest/md5'
 require 'resolv'
 
-if __FILE__ == &quot;/p/bin/id2&quot;
-  $:.unshift(File.join(&quot;/p/libexec/erlang/id2/rlibs&quot;))
-  $:.unshift(File.join(&quot;/p/libexec/erlang/id2/rlibs/cli&quot;))
-  ID2_ROOT = &quot;/p/libexec/erlang/id2&quot;
+if __FILE__ == &quot;/p/bin/fuzed&quot;
+  $:.unshift(File.join(&quot;/p/libexec/erlang/fuzed/rlibs&quot;))
+  $:.unshift(File.join(&quot;/p/libexec/erlang/fuzed/rlibs/cli&quot;))
+  FUZED_ROOT = &quot;/p/libexec/erlang/fuzed&quot;
 else
   $:.unshift(File.join(File.dirname(__FILE__), *%w[.. rlibs]))
-  ID2_ROOT = File.join(File.dirname(__FILE__), *%w[..])
+  FUZED_ROOT = File.join(File.dirname(__FILE__), *%w[..])
 end
 
-CMD_LINE_PATH = File.join(ID2_ROOT, *%w[rlibs cli])
+CMD_LINE_PATH = File.join(FUZED_ROOT, *%w[rlibs cli])
 CMD_LINE_COMMANDS = Dir[CMD_LINE_PATH + &quot;/*.rb&quot;].map { |fname| File.basename(fname).split(&quot;.&quot;)[0].downcase }
 $:.unshift(CMD_LINE_PATH)
 
 
 DEFAULT_NODE_NAME = `hostname -s`.chomp + &quot;-#{rand(9999)}&quot;
-DEFAULT_MASTER_NODE = &quot;master@id2-dev.powerset.com&quot;
-DEFAULT_REMOTE_RUBY = &quot;http://id2-dev.powerset.com:9001/code&quot;
+DEFAULT_MASTER_NODE = &quot;master@fuzed-dev.powerset.com&quot;
+DEFAULT_REMOTE_RUBY = &quot;http://fuzed-dev.powerset.com:9001/code&quot;
 DEFAULT_ERLANG_CODEPATHS = %w[ebin/yaws ebin/eunit etest ebin/thrift ebin]
-DEFAULT_BOOT_DIR = &quot;/p/conf/id2/&quot;
+DEFAULT_BOOT_DIR = &quot;/p/conf/fuzed/&quot;
 
 def cookie_hash(node)
   Digest::MD5.hexdigest(node  + &quot;-powerset&quot;)
 end
 
 def rel(path)
-  File.join(ID2_ROOT, path)
+  File.join(FUZED_ROOT, path)
 end
 
 def code_paths
@@ -43,5 +43,5 @@ command = ARGV[0].downcase
 if CMD_LINE_COMMANDS.include? command
   require command
 else
-  puts &quot;Invalid command! Valid commands for id2 are:\n#{CMD_LINE_COMMANDS.sort.join(&quot;, &quot;)}&quot;
+  puts &quot;Invalid command! Valid commands for fuzed are:\n#{CMD_LINE_COMMANDS.sort.join(&quot;, &quot;)}&quot;
 end
\ No newline at end of file</diff>
      <filename>bin/id2</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@
 [{sasl, [ 
          {sasl_error_logger, false},
          {errlog_type, error},
-         {error_logger_mf_dir,&quot;/p/log/id2&quot;}, 
+         {error_logger_mf_dir,&quot;/p/log/fuzed&quot;}, 
          {error_logger_mf_maxbytes,52428800}, % 50 MB 
          {error_logger_mf_maxfiles, 10} 
 ]}]. </diff>
      <filename>conf/id2_base.config</filename>
    </modified>
    <modified>
      <diff>@@ -1,9 +1,9 @@
-{application, id2,
+{application, fuzed,
   [{description, &quot;Fuzed master node&quot;},
    {vsn, &quot;0.0.0&quot;},
-   {modules, [id2_app, id2_supervisor, resource_fountain, resource_pool, pool_sweeper, id2_code_monitor, response_error_logger, logger]},
-   {registered, [resource_fountain, resource_pool, id2_supervisor, pool_sweeper, id2_code_monitor]},
+   {modules, [fuzed_app, fuzed_supervisor, resource_fountain, resource_pool, pool_sweeper, fuzed_code_monitor, response_error_logger, logger]},
+   {registered, [resource_fountain, resource_pool, fuzed_supervisor, pool_sweeper, fuzed_code_monitor]},
    {applications, [kernel, stdlib]},
-   {mod, {id2_app, []}},
+   {mod, {fuzed_app, []}},
    {start_phases, []}
   ]}.</diff>
      <filename>ebin/id2.app</filename>
    </modified>
    <modified>
      <diff>@@ -1,9 +1,9 @@
-{application, id2_node,
-  [{description, &quot;ID2 Handler Node&quot;},
+{application, fuzed_node,
+  [{description, &quot;FUZED Handler Node&quot;},
    {vsn, &quot;0.4.0&quot;},
-   {modules, [id2_node_app, id2_node_supervisor, resource_manager]},
-   {registered, [resource_manager, id2_node_supervisor]},
+   {modules, [fuzed_node_app, fuzed_node_supervisor, resource_manager]},
+   {registered, [resource_manager, fuzed_node_supervisor]},
    {applications, [kernel, stdlib]},
-   {mod, {id2_node_app, []}},
+   {mod, {fuzed_node_app, []}},
    {start_phases, []}
   ]}.
\ No newline at end of file</diff>
      <filename>ebin/id2_node.app</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>ebin/yaws/yaws_jsonrpc.beam</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@
 -export([out/1, rpc_response_point/3, rpc_translator/2, process_detail_rval/1]).
 -include(&quot;../include/yaws/yaws.hrl&quot;).
 -include(&quot;../include/yaws/yaws_api.hrl&quot;).
--include(&quot;../include/id2.hrl&quot;).
+-include(&quot;../include/fuzed.hrl&quot;).
 
 -ifdef(TEST).
 -include(&quot;../etest/generic_json_responder_test.erl&quot;).
@@ -54,10 +54,10 @@ rpc_translator(Method, TupleList) -&gt;
         Pool -&gt; {result, jsonify_method_list(resource_pool:api_definition(Pool))}
       end;
     unpublish -&gt;
-      application:set_env(id2, in_rotation, false),
+      application:set_env(fuzed, in_rotation, false),
       {result, &quot;unpublished&quot;};
     publish -&gt;
-      application:set_env(id2, in_rotation, true),
+      application:set_env(fuzed, in_rotation, true),
       {result, &quot;published&quot;};
     nodes_in_pool -&gt;
       case resource_fountain:best_pool_for_details_match(Details) of</diff>
      <filename>elibs/generic_json_responder.erl</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
--module(id2).
+-module(fuzed).
 
 -export([start/0]).
 
 start() -&gt;
-  application:load(id2),
-  application:start(id2).
\ No newline at end of file
+  application:load(fuzed),
+  application:start(fuzed).
\ No newline at end of file</diff>
      <filename>elibs/id2.erl</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
--module(id2_app).
+-module(fuzed_app).
 -behaviour(application).
 -export([start/2, stop/1]).
 
 start(_Type, StartArgs) -&gt;
   net_kernel:set_net_ticktime(30),
-  id2_supervisor:start_link(StartArgs).
+  fuzed_supervisor:start_link(StartArgs).
   
 stop(_State) -&gt;
   ok.
\ No newline at end of file</diff>
      <filename>elibs/id2_app.erl</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
 %%%-------------------------------------------------------------------
-%%% File    : /Users/dfayram/Projects/new_id2/elibs/id2_code_monitor.erl
+%%% File    : /Users/dfayram/Projects/new_fuzed/elibs/fuzed_code_monitor.erl
 %%% Author  : 
 %%%-------------------------------------------------------------------
--module(id2_code_monitor).
+-module(fuzed_code_monitor).
 -behaviour(gen_server).
 
 %% API</diff>
      <filename>elibs/id2_code_monitor.erl</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
--module(id2_node).
+-module(fuzed_node).
 
 -export([start/0]).
 
 start() -&gt;
-  application:load(id2_node),
-  application:start(id2_node).
\ No newline at end of file
+  application:load(fuzed_node),
+  application:start(fuzed_node).
\ No newline at end of file</diff>
      <filename>elibs/id2_node.erl</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
--module(id2_node_app).
+-module(fuzed_node_app).
 -behaviour(application).
 -export([start/2, stop/1]).
 
 start(_Type, StartArgs) -&gt;
   net_kernel:set_net_ticktime(30),
-  id2_node_supervisor:start_link(StartArgs).
+  fuzed_node_supervisor:start_link(StartArgs).
   
 stop(_State) -&gt;
   ok.
\ No newline at end of file</diff>
      <filename>elibs/id2_node_app.erl</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 %%%-------------------------------------------------------------------
 %%% Author  : Tom Preston-Werner
 %%%-------------------------------------------------------------------
--module(id2_node_supervisor).
+-module(fuzed_node_supervisor).
 -behaviour(supervisor).
 -export([start/0, start_shell/0, start_link/1, init/1]).
--include(&quot;../include/id2.hrl&quot;).
+-include(&quot;../include/fuzed.hrl&quot;).
 
 % Supervisor Functions
 </diff>
      <filename>elibs/id2_node_supervisor.erl</filename>
    </modified>
    <modified>
      <diff>@@ -1,9 +1,9 @@
--module(id2_status).
+-module(fuzed_status).
 -include(&quot;../include/yaws/yaws_api.hrl&quot;).
 -compile(export_all).
 
 out(Arg) -&gt;
-  case application:get_env(id2, in_rotation) of
+  case application:get_env(fuzed, in_rotation) of
     {ok, true} -&gt;
       case extract_data(Arg#arg.appmoddata) of
         any -&gt;</diff>
      <filename>elibs/id2_status.erl</filename>
    </modified>
    <modified>
      <diff>@@ -1,13 +1,13 @@
 %%%-------------------------------------------------------------------
 %%% Author  : Tom Preston-Werner
 %%%-------------------------------------------------------------------
--module(id2_supervisor).
+-module(fuzed_supervisor).
 -behaviour(supervisor).
 
 -export([start/0, start_shell/0, start_link/1, init/1]).
 
 start() -&gt;
-  application:set_env(id2, in_rotation, true),
+  application:set_env(fuzed, in_rotation, true),
   spawn(fun() -&gt;
     supervisor:start_link({local, ?MODULE}, ?MODULE, _Arg = [])
   end).
@@ -17,7 +17,7 @@ start_shell() -&gt;
   unlink(Pid).
   
 start_link(Args) -&gt;
-  application:set_env(id2, in_rotation, true),
+  application:set_env(fuzed, in_rotation, true),
   supervisor:start_link({local, ?MODULE}, ?MODULE, Args).
   
 init([]) -&gt;
@@ -33,7 +33,7 @@ init([]) -&gt;
      {pool_sweeper,
        {pool_sweeper, start_link, []},
        permanent, 10000, worker, [pool_sweeper]},
-     {id2_code_monitor,
-       {id2_code_monitor, start_link, []},
-       permanent, 10000, worker, [id2_code_monitor]}
+     {fuzed_code_monitor,
+       {fuzed_code_monitor, start_link, []},
+       permanent, 10000, worker, [fuzed_code_monitor]}
     ]}}.</diff>
      <filename>elibs/id2_supervisor.erl</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
--module(id2_tools).
+-module(fuzed_tools).
 -compile(export_all).
 
 testing_bootstrap() -&gt; </diff>
      <filename>elibs/id2_tools.erl</filename>
    </modified>
    <modified>
      <diff>@@ -28,7 +28,7 @@ yaws_global_configs(Port, DocRoot) -&gt;
               listen = {0,0,0,0},
               docroot = DocRoot, 
               appmods = [{&quot;api&quot;, generic_json_responder},
-                         {&quot;status&quot;, id2_status}]},
+                         {&quot;status&quot;, fuzed_status}]},
   {GC,SC}.
 
 yaws_begin_server({GC,SC}) -&gt; </diff>
      <filename>elibs/json_server.erl</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@
          api/1, api_signature/1, safely_send_call_to_pool/4, safely_send_call_to_pool/5, send_call/3, send_call/4,
          heat/2]).
 
--include(&quot;id2.hrl&quot;).
+-include(&quot;fuzed.hrl&quot;).
 
 -ifdef(TEST).
 -include(&quot;../etest/node_api_test.erl&quot;).</diff>
      <filename>elibs/node_api.erl</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@
 -export([init/1, handle_call/3, handle_cast/2, handle_info/2,
          terminate/2, code_change/3]).
 
--record(state, {fname = &quot;/p/log/id2/response_errors.log&quot;,
+-record(state, {fname = &quot;/p/log/fuzed/response_errors.log&quot;,
                 active = false,
                 fhandle}).
 </diff>
      <filename>elibs/response_error_logger.erl</filename>
    </modified>
    <modified>
      <diff>@@ -3,5 +3,5 @@
 -export([start/0]).
 
 start() -&gt;
-  id2:start(),
-  id2_node:start().
\ No newline at end of file
+  fuzed:start(),
+  fuzed_node:start().
\ No newline at end of file</diff>
      <filename>elibs/stack.erl</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 require 'yaml'
-require 'id2_auto_config'
+require 'fuzed_auto_config'
 
 
 def finish_spec(yml_spec, autoconf)
@@ -15,7 +15,7 @@ end
 
 def client_spec_2_cmdline(yml_spec, autoconf)
   yml_spec = finish_spec(yml_spec, autoconf)
-  cmd_set = [&quot;id2 join -d&quot;]
+  cmd_set = [&quot;fuzed join -d&quot;]
   cmd_set &lt;&lt; &quot;-x&quot; if yml_spec[&quot;xlew&quot;]
   cmd_set &lt;&lt; &quot;-n '&quot; + yml_spec[&quot;name&quot;] + &quot;'&quot;
   cmd_set &lt;&lt; &quot;-f &quot; + yml_spec[&quot;kind&quot;]
@@ -56,19 +56,19 @@ def read_configs(path)
   end
 end
 
-id2_bootpath = ARGV[1] || DEFAULT_BOOT_DIR
-environment = ID2AutoConfig.new
+fuzed_bootpath = ARGV[1] || DEFAULT_BOOT_DIR
+environment = FUZEDAutoConfig.new
 
 begin
   commands = []
   if environment.is_master?
-    commands &lt;&lt; &quot;id2 start -d -n #{environment.master_nodename}&quot;
+    commands &lt;&lt; &quot;fuzed start -d -n #{environment.master_nodename}&quot;
   end
-  configs = read_configs(id2_bootpath)
+  configs = read_configs(fuzed_bootpath)
   commands += configs.map {|x| client_spec_2_cmdline(x, environment)}
   commands.each {|x| puts x ; `#{x}` ; sleep(1) }
 rescue 
-  puts &quot;Failed to boot ID2 during configuration stage.\nError:#{$!}&quot;
+  puts &quot;Failed to boot FUZED during configuration stage.\nError:#{$!}&quot;
   puts $!.backtrace.join(&quot;\n&quot;)
   exit(1)
 end</diff>
      <filename>rlibs/cli/boot.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
-require 'id2_auto_config'
+require 'fuzed_auto_config'
 
-environment = ID2AutoConfig.new
+environment = FUZEDAutoConfig.new
 options = {:target =&gt; :default, :master =&gt; :default}
 OptionParser.new do |opts|
-  opts.banner = &quot;Usage: id2 console [target/master]&quot;
-  opts.on(&quot;-t&quot;, &quot;--target TARGETNODE&quot;, &quot;Node to target, defaults to your cluster's master or id2-dev&quot;) do |arg|
+  opts.banner = &quot;Usage: fuzed console [target/master]&quot;
+  opts.on(&quot;-t&quot;, &quot;--target TARGETNODE&quot;, &quot;Node to target, defaults to your cluster's master or fuzed-dev&quot;) do |arg|
     options[:target] = arg
   end
   
@@ -15,7 +15,7 @@ end.parse!
 options[:target] = environment.master_nodename if options[:target] == :default
 options[:master] = options[:target] if options[:master] == :default
 
-line = %{erl -setcookie #{cookie_hash(options[:master])} -remsh #{options[:target]} -name 'id2-shell-#{rand(1000)}'}
+line = %{erl -setcookie #{cookie_hash(options[:master])} -remsh #{options[:target]} -name 'fuzed-shell-#{rand(1000)}'}
 puts line
 exec(line)
 </diff>
      <filename>rlibs/cli/console.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,9 +2,9 @@ def create_spec_list(options)
   spec_list = []
   result = &quot;&quot;
   result.concat(&quot;/p/bin/xlew &quot;) if options[:xlew]
-  result.concat(&quot;ruby -I/p/libexec/id2 #{ID2_ROOT + &quot;/rlibs/pontoon.rb &quot;}&quot;)
-  raise &quot;You must specify an id2 file to join the id2 cluster!&quot; unless options[:id2file]
-  result.concat(options[:id2file] + &quot; &quot;)
+  result.concat(&quot;ruby -I/p/libexec/fuzed #{FUZED_ROOT + &quot;/rlibs/pontoon.rb &quot;}&quot;)
+  raise &quot;You must specify an fuzed file to join the fuzed cluster!&quot; unless options[:fuzedfile]
+  result.concat(options[:fuzedfile] + &quot; &quot;)
   result.concat(%{#{options[:remote_ruby] || DEFAULT_REMOTE_RUBY} })
   result.concat(%{--tags=&quot;#{options[:tags]}&quot; }) if options[:tags]
   roles = []
@@ -23,7 +23,7 @@ end
 
 options = {}
 OptionParser.new do |opts|
-  opts.banner = &quot;Usage: id2 command [options]&quot;
+  opts.banner = &quot;Usage: fuzed command [options]&quot;
   
   opts.on(&quot;-z HOSTNAME&quot;, &quot;--magic HOSTNAME&quot;, &quot;Set smart details based off of a hostname&quot;) do |n|
     options[:master_name] = &quot;master@#{n}&quot;
@@ -34,15 +34,15 @@ OptionParser.new do |opts|
     options[:name] = n
   end
   
-  opts.on(&quot;-f ID2FILE&quot;, &quot;--id2file FILENAME&quot;, &quot;ID2 spec file to use to serve nodes&quot;) do |n|
-    options[:id2file] = n
+  opts.on(&quot;-f FUZEDFILE&quot;, &quot;--fuzedfile FILENAME&quot;, &quot;FUZED spec file to use to serve nodes&quot;) do |n|
+    options[:fuzedfile] = n
   end
   
   opts.on(&quot;-m NAME&quot;, &quot;--master NAME&quot;, &quot;Master node name&quot;) do |n|
     options[:master_name] = n
   end
   
-  opts.on(&quot;-s&quot;, &quot;--spec SPECSTRING&quot;, &quot;||-separated list of arguments to apply to your ID2 node&quot;) do |n|
+  opts.on(&quot;-s&quot;, &quot;--spec SPECSTRING&quot;, &quot;||-separated list of arguments to apply to your FUZED node&quot;) do |n|
     options[:spec] = n
   end
   
@@ -90,7 +90,7 @@ master = options[:master_name] || DEFAULT_MASTER_NODE
 nodename = options[:name] || DEFAULT_NODE_NAME
 
 if master !~ /@/
-  abort &quot;Please specify fully qualified master node name e.g. -m master@id2.tools.powerset.com&quot;
+  abort &quot;Please specify fully qualified master node name e.g. -m master@fuzed.tools.powerset.com&quot;
 end
 
 spec = %{[} + create_spec_list(options).map {|x| %{&quot;#{x}&quot;}}.join(&quot;,&quot;) + %{]}
@@ -119,11 +119,11 @@ cmd = %Q{erl -boot start_sasl \
              #{code_paths}
              -name '#{nodename}' \
              -setcookie #{cookie_hash(master)} \
-             -id2_node master &quot;'#{master}'&quot; \
-             -id2_node spec '#{spec}' \
-             -id2_node num_nodes #{num_nodes} \
+             -fuzed_node master &quot;'#{master}'&quot; \
+             -fuzed_node spec '#{spec}' \
+             -fuzed_node num_nodes #{num_nodes} \
              #{inet} \
-             -config '#{ID2_ROOT}/conf/id2_base' \
-             -run id2_node start}.squeeze(' ')
+             -config '#{FUZED_ROOT}/conf/fuzed_base' \
+             -run fuzed_node start}.squeeze(' ')
 puts cmd
 exec(cmd)</diff>
      <filename>rlibs/cli/join.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 options = {}
 OptionParser.new do |opts|
-  opts.banner = &quot;Usage: id2 leave -n NAME&quot;
+  opts.banner = &quot;Usage: fuzed leave -n NAME&quot;
   
   opts.on(&quot;-n NAME&quot;, &quot;--name NAME&quot;, &quot;Node name (hostname will automatically be appended)&quot;) do |n|
     options[:name] = n</diff>
      <filename>rlibs/cli/leave.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 options = {}
 OptionParser.new do |opts|
-  opts.banner = &quot;Usage: id2 local [options]&quot;
+  opts.banner = &quot;Usage: fuzed local [options]&quot;
   
   opts.on(&quot;-o NUMNODES&quot;, &quot;--num_nodes NUMNODES&quot;, &quot;Number of nodes to run&quot;) do |n|
     options[:num_nodes] = n
@@ -14,7 +14,7 @@ end.parse!
 command = ARGV[0]
 
 num_nodes = options[:num_nodes]
-tagarg = options[:tags] ? %{ -id2_node tags '&quot;#{options[:tags]}&quot;' } : &quot;&quot;
+tagarg = options[:tags] ? %{ -fuzed_node tags '&quot;#{options[:tags]}&quot;' } : &quot;&quot;
 cmd = %Q{erl -boot start_sasl \
              +Bc \
              +K true \</diff>
      <filename>rlibs/cli/local.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,9 +1,9 @@
-require 'id2_auto_config'
+require 'fuzed_auto_config'
 
-environment = ID2AutoConfig.new
+environment = FUZEDAutoConfig.new
 options = {:master =&gt; :default}
 OptionParser.new do |opts|
-  opts.banner = &quot;Usage: id2 publish [-m master]&quot;
+  opts.banner = &quot;Usage: fuzed publish [-m master]&quot;
   
   opts.on(&quot;-m&quot;, &quot;--master TARGETNODE&quot;, &quot;Master node for cookie generation. Defaults to your target.&quot;) do |arg|
     options[:master] = arg</diff>
      <filename>rlibs/cli/publish.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,2 +1,2 @@
-`id2 local_halt`
-`id2 boot`
\ No newline at end of file
+`fuzed local_halt`
+`fuzed boot`
\ No newline at end of file</diff>
      <filename>rlibs/cli/reboot.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 options = {}
 OptionParser.new do |opts|
-  opts.banner = &quot;Usage: id2 start [options]&quot;
+  opts.banner = &quot;Usage: fuzed start [options]&quot;
   
   opts.on(&quot;-n NAME&quot;, &quot;--name NAME&quot;, &quot;Node name&quot;) do |n|
     options[:name] = n
@@ -21,7 +21,7 @@ detached = options[:detached] ? '-detached' : ''
 nodename = options[:name] || DEFAULT_MASTER_NODE
 
 if nodename !~ /@/
-  abort &quot;Please specify fully qualified node name e.g. -n master@id2.tools.powerset.com&quot;
+  abort &quot;Please specify fully qualified node name e.g. -n master@fuzed.tools.powerset.com&quot;
 end
 
 cmd = %Q{erl -boot start_sasl \
@@ -31,9 +31,9 @@ cmd = %Q{erl -boot start_sasl \
              -smp enable \
              #{code_paths}
              -name '#{nodename}' \
-             -config '#{ID2_ROOT}/conf/id2_base' \
+             -config '#{FUZED_ROOT}/conf/fuzed_base' \
              -setcookie #{cookie_hash(nodename)} \
              -kernel start_boot_server true \
-             -run id2 start}.squeeze(' ')
+             -run fuzed start}.squeeze(' ')
 puts cmd
 exec(cmd)</diff>
      <filename>rlibs/cli/start.rb</filename>
    </modified>
    <modified>
      <diff>@@ -7,11 +7,11 @@
 
 require 'net/http'
 require 'yaml'
-require 'id2_auto_config'
+require 'fuzed_auto_config'
 
 options = {:host =&gt; :auto, :port =&gt; 9001, :spec =&gt; []}
 OptionParser.new do |opts|
-  opts.banner = &quot;Usage: id2 status [options]&quot;
+  opts.banner = &quot;Usage: fuzed status [options]&quot;
   
   opts.on(&quot;-c CONFIG&quot;, &quot;--config CONFIG&quot;, &quot;Configuration file&quot;) do |x|
     contents = File.read(x)
@@ -36,7 +36,7 @@ end.parse!
 
 # Won't work on darwin
 if options[:host] == :auto
-  env = ID2AutoConfig.new
+  env = FUZEDAutoConfig.new
   options[:host] = environment.master_hostname
 end
 </diff>
      <filename>rlibs/cli/status.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,9 +1,9 @@
-require 'id2_auto_config'
+require 'fuzed_auto_config'
 
-environment = ID2AutoConfig.new
+environment = FUZEDAutoConfig.new
 options = {:master =&gt; :default}
 OptionParser.new do |opts|
-  opts.banner = &quot;Usage: id2 publish [-m master]&quot;
+  opts.banner = &quot;Usage: fuzed publish [-m master]&quot;
   
   opts.on(&quot;-m&quot;, &quot;--master TARGETNODE&quot;, &quot;Master node for cookie generation. Defaults to your target.&quot;) do |arg|
     options[:master] = arg</diff>
      <filename>rlibs/cli/unpublish.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 options = { :kind =&gt; :all, :name =&gt; &quot;funtimes&quot; }
 
 OptionParser.new do |opts|
-  opts.banner = &quot;Usage: id2 upgrade [options]&quot;
+  opts.banner = &quot;Usage: fuzed upgrade [options]&quot;
   
   opts.on(&quot;-n NAME&quot;, &quot;--name NAME&quot;, &quot;Node name&quot;) do |n|
     options[:name] = n
@@ -27,10 +27,10 @@ master = options[:master_name] || DEFAULT_MASTER_NODE
 kind = options[:kind]
 
 if master !~ /@/
-  abort &quot;Please specify fully qualified master node name e.g. -m master@id2.tools.powerset.com&quot;
+  abort &quot;Please specify fully qualified master node name e.g. -m master@fuzed.tools.powerset.com&quot;
 end
 
 cmd = %Q{erl -noshell -name '#{name}' -setcookie #{cookie_hash(master)} \
-             -eval &quot;rpc:call('#{master}', id2_code_monitor, global_upgrade, ['#{kind}']), halt().&quot;}.squeeze(' ')
+             -eval &quot;rpc:call('#{master}', fuzed_code_monitor, global_upgrade, ['#{kind}']), halt().&quot;}.squeeze(' ')
 puts(cmd)
 exec(cmd)
\ No newline at end of file</diff>
      <filename>rlibs/cli/upgrade.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,15 +1,15 @@
 require 'helper'
 
-require 'id2_auto_config'
+require 'fuzed_auto_config'
 
-DEFAULT_BOOT_FILE = &quot;/p/conf/id2/default.yml&quot;
+DEFAULT_BOOT_FILE = &quot;/p/conf/fuzed/default.yml&quot;
 
 class TestCliBoot &lt; Test::Unit::TestCase
   def test_default_config
     ARGV.clear
     ARGV &lt;&lt; '' &lt;&lt; File.join(File.dirname(__FILE__), *%w[fixtures boot default.yml])
     
-    ID2AutoConfig.expects(:new).returns(stub(:is_master? =&gt; false,
+    FUZEDAutoConfig.expects(:new).returns(stub(:is_master? =&gt; false,
                                              :master_hostname =&gt; 'aa0-foo',
                                              :master_nodename =&gt; 'master'))
     
@@ -22,7 +22,7 @@ class TestCliBoot &lt; Test::Unit::TestCase
     ARGV.clear
     ARGV &lt;&lt; '' &lt;&lt; File.join(File.dirname(__FILE__), *%w[fixtures boot configs])
     
-    ID2AutoConfig.expects(:new).returns(stub(:is_master? =&gt; false,
+    FUZEDAutoConfig.expects(:new).returns(stub(:is_master? =&gt; false,
                                              :master_hostname =&gt; 'aa0-foo',
                                              :master_nodename =&gt; 'master'))
     </diff>
      <filename>rtest/test_cli_boot.rb</filename>
    </modified>
    <modified>
      <diff>@@ -105,17 +105,17 @@
         &lt;hr /&gt;
         &lt;a id=&quot;whatdoineed&quot;&gt;&lt;/a&gt;
         &lt;h3&gt;What do I need to install in order to use the Katamari cluster?&lt;/h3&gt;
-        &lt;p&gt;In order to use ID2, you simply need to install the package &quot;rubygem_katamari&quot; and allow yum to pull
-        in the dependencies. If you would like to run an ID2 node, please talk to Dave Fayram, Tom Werner, or Abhay Kumar 
+        &lt;p&gt;In order to use FUZED, you simply need to install the package &quot;rubygem_katamari&quot; and allow yum to pull
+        in the dependencies. If you would like to run an FUZED node, please talk to Dave Fayram, Tom Werner, or Abhay Kumar 
         for assistance setting the stack up.&lt;/p&gt;
         &lt;p&gt;&lt;a href=&quot;#top&quot;&gt;top&lt;/a&gt;&lt;/p&gt;
         &lt;hr /&gt;
         &lt;a id=&quot;examples&quot;&gt;&lt;/a&gt;
         &lt;h3&gt;Can you show me some examples of what I can do?&lt;/h3&gt;
-        &lt;p&gt;You can test ID2 from an irb instance easily. First start up IRB and require the rubygem_katamari library. Then you can create a tool
+        &lt;p&gt;You can test FUZED from an irb instance easily. First start up IRB and require the rubygem_katamari library. Then you can create a tool
            by using code like the following:&lt;/p&gt;
         &lt;blockquote&gt;&lt;pre&gt;
-&gt; t = Powerset::Katamari.new( :host =&gt; &quot;http://id2.tools.powerset.com:9001/api&quot;, 
+&gt; t = Powerset::Katamari.new( :host =&gt; &quot;http://fuzed.tools.powerset.com:9001/api&quot;, 
                               :kind =&gt; &quot;xle&quot;,
                               :nl_runtime_stack =&gt; &quot;1.2.3-4&quot;
                               :tags =&gt; &quot;demo,funtimes&quot;,
@@ -128,7 +128,7 @@
            Once you have a configuration you can inspect what methods this version of the service in Katamari generates with the help method:&lt;/p&gt;
         &lt;blockquote&gt;&lt;pre&gt;
 &gt; t.help
-client = ::Powerset::Katamari.new(:host =&gt; &quot;http://id2.tools.powerset.com:9001/api&quot;, :kind =&gt; &quot;xle&quot;, :grammar =&gt; &quot;query&quot;, ...)
+client = ::Powerset::Katamari.new(:host =&gt; &quot;http://fuzed.tools.powerset.com:9001/api&quot;, :kind =&gt; &quot;xle&quot;, :grammar =&gt; &quot;query&quot;, ...)
 client.semrep_for_sentence(:ruleset =&gt; &quot;&quot;, :sentence =&gt; &quot;&quot;)
 client.tokens_for_sentence(:sentence =&gt; &quot;&quot;)
 client.qel(:options =&gt; &quot;&quot;, :passage =&gt; &quot;&quot;)
@@ -157,11 +157,11 @@ client.grammar_info
         &lt;/pre&gt;&lt;/blockquote&gt;
         &lt;p&gt;If you'd like to programmatically probe the system for available configurations, you can use a provided class method like so:&lt;/P&gt;
           &lt;blockquote&gt;&lt;pre&gt;
- &gt; Powerset::Katamari.available_configurations(&quot;http://id2.tools.powerset.com:9001/api&quot;)
+ &gt; Powerset::Katamari.available_configurations(&quot;http://fuzed.tools.powerset.com:9001/api&quot;)
  =&gt; [{&quot;nl_runtime_stack&quot; =&gt; &quot;1.9.2-37&quot;, ...}, ...]
           &lt;/pre&gt;&lt;/blockquote&gt;
-        &lt;p&gt;Please note that ID2 is a distributed environment and most resources available are available in parallel. Usually you can safely
-           run 4-5 threads against a given resource without noticing any performance penalties. Also, remember that a if ID2 comes
+        &lt;p&gt;Please note that FUZED is a distributed environment and most resources available are available in parallel. Usually you can safely
+           run 4-5 threads against a given resource without noticing any performance penalties. Also, remember that a if FUZED comes
            back with a timeout error, this &lt;i&gt;doesn't mean that the query will always fail!&lt;/i&gt; XLE resources are finicky and, let's be
            honest here, sometimes buggy. Make sure to retry requests at least once to be sure that they generate timeout errors.&lt;/p&gt; 
         &lt;p&gt;&lt;a href=&quot;#top&quot;&gt;top&lt;/a&gt;&lt;/p&gt;</diff>
      <filename>web/index.html~</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>19568e88c5d923cb10d4df541599f43e111df265</id>
    </parent>
  </parents>
  <author>
    <name>David Fayram</name>
    <email>dfayram@gmail.com</email>
  </author>
  <url>http://github.com/KirinDave/fuzed/commit/328764d039958828eda244e01fda4b57bc0e8ca5</url>
  <id>328764d039958828eda244e01fda4b57bc0e8ca5</id>
  <committed-date>2008-05-02T23:13:41-07:00</committed-date>
  <authored-date>2008-05-02T23:13:41-07:00</authored-date>
  <message>Renaming all instances of id2 to fuzed.</message>
  <tree>1a9b6830d3880d6fed062336409152d0f43d032c</tree>
  <committer>
    <name>David Fayram</name>
    <email>dfayram@gmail.com</email>
  </committer>
</commit>
