<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -151,8 +151,8 @@ wait_for_yaws() -&gt;  wait_for_yaws(20).
 wait_for_yaws(0) -&gt; {error, timeout};
 wait_for_yaws(N) -&gt;
     WA = application:which_applications(),
-    case [Yaws || {Yaws,_,_} &lt;- WA, yaws =:= Yaws] of
-	[] -&gt;
+    case lists:keysearch(yaws, 1, WA) of
+	false -&gt;
 	    log(info, &quot;Yapp starting but Yaws not ready - waiting 500 ms&quot;,[]),
 	    receive after 500 -&gt; ok end, %% Give Yaws some time to settle own things
 	    wait_for_yaws(N-1);</diff>
      <filename>applications/yapp/src/yapp.erl</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>51cbdc0f90b7b61e83191909a427b4726e7cc21f</id>
    </parent>
  </parents>
  <author>
    <name>Steve Vinoski</name>
    <email>vinoski@ieee.org</email>
  </author>
  <url>http://github.com/klacke/yaws/commit/0efd59cedfb602f70683dd75139bfe649db61a86</url>
  <id>0efd59cedfb602f70683dd75139bfe649db61a86</id>
  <committed-date>2009-09-17T11:17:02-07:00</committed-date>
  <authored-date>2009-09-17T11:17:02-07:00</authored-date>
  <message>more efficient check for the yaws application being up</message>
  <tree>f2d1fd96da8965d2a6f3b5f88ffb32b8535d99d2</tree>
  <committer>
    <name>Steve Vinoski</name>
    <email>vinoski@ieee.org</email>
  </committer>
</commit>
