<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -84,7 +84,7 @@ pid = fork do
 			exit 2
 		end
 		
-		server = TCPServer.new('localhost', options[:port])
+		server = TCPServer.new('127.0.0.1', options[:port])
 		begin
 			puts &quot;*** #{Time.now}: echo server started&quot;
 			while (client = server.accept)</diff>
      <filename>spec/echo_server.rb</filename>
    </modified>
    <modified>
      <diff>@@ -22,7 +22,7 @@ module TestHelper
 			:start_command =&gt; start_command,
 			:ping_command  =&gt; proc do
 				begin
-					TCPSocket.new('localhost', 3230)
+					TCPSocket.new('127.0.0.1', 3230)
 					true
 				rescue SystemCallError
 					false</diff>
      <filename>spec/test_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>de366a08623bb46f2de25a2ae768712ede2a8b21</id>
    </parent>
  </parents>
  <author>
    <name>Hongli Lai (Phusion)</name>
    <email>hongli@phusion.nl</email>
  </author>
  <url>http://github.com/FooBarWidget/daemon_controller/commit/9abc8d8e3ddbd85be711b9d89a50cd9fb97da128</url>
  <id>9abc8d8e3ddbd85be711b9d89a50cd9fb97da128</id>
  <committed-date>2009-11-06T05:49:46-08:00</committed-date>
  <authored-date>2009-11-06T05:49:46-08:00</authored-date>
  <message>Fix compatibility with JRuby on OS X: use '127.0.0.1' instead of 'localhost' because MRI on OS X binds the latter to an IPv6 address.</message>
  <tree>765ef9b1ed2157b8d2de1f3c08d5b814e31da4f8</tree>
  <committer>
    <name>Hongli Lai (Phusion)</name>
    <email>hongli@phusion.nl</email>
  </committer>
</commit>
