<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -324,7 +324,7 @@ module Merb
 
           opts.on(&quot;-k&quot;, &quot;--kill PORT&quot;, &quot;Force kill one merb worker &quot; \
                   &quot;by port number. This will cause the worker to&quot; \
-                  &quot;be respawned. If you want to kill &quot;) do |port|
+                  &quot;be respawned.&quot;) do |port|
             options[:action] = :kill_9
             port = &quot;main&quot; if port == &quot;all&quot;
             options[:port] = port</diff>
      <filename>lib/merb-core/config.rb</filename>
    </modified>
    <modified>
      <diff>@@ -95,22 +95,6 @@ module Merb
           # turn
           if sig == &quot;INT&quot;
             kill_pid(sig, pid_file(&quot;main&quot;))
-          else
-            # order is important here
-            
-            # then reap workers
-            # 
-            # there is no way to handle KILL so
-            # at_exit block does not work and
-            # processes do not clean up their
-            # pid files: lets do it ourselves
-            Dir[&quot;#{Merb.log_path}&quot; / &quot;*.pid&quot;].each do |file|
-              kill_pid(sig, file)
-              ::FileUtils.rm_rf file
-            end
-
-            # reap master
-            kill_pid(sig, pid_file(&quot;main&quot;))
           end
         else
           kill_pid(sig, pid_file(port))</diff>
      <filename>lib/merb-core/server.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>20fd63f05d75d10f8a6afc54c2295da259d89f78</id>
    </parent>
  </parents>
  <author>
    <name>Michael S. Klishin</name>
    <email>michael@novemberain.com</email>
  </author>
  <url>http://github.com/wycats/merb-core/commit/3ae019fe96ffaa6cdaa79181279a1f8ef192eb69</url>
  <id>3ae019fe96ffaa6cdaa79181279a1f8ef192eb69</id>
  <committed-date>2008-10-11T21:24:54-07:00</committed-date>
  <authored-date>2008-10-11T21:24:54-07:00</authored-date>
  <message>Since intention/option comment behind workers respawn in -k are not clear, do not let killing master with -k for now.</message>
  <tree>db5f0e921e84d1d7d1bab1c5ba09f373823f7943</tree>
  <committer>
    <name>Michael S. Klishin</name>
    <email>michael@novemberain.com</email>
  </committer>
</commit>
