Index: trunk/lvs/debian/config/etc/ha.d/ldirectord-http.sh
===================================================================
--- trunk/lvs/debian/config/etc/ha.d/ldirectord-http.sh	(revision 2051)
+++ trunk/lvs/debian/config/etc/ha.d/ldirectord-http.sh	(revision 2052)
@@ -21,4 +21,4 @@
 "
 echo "<html><head><title>scripts.mit.edu server status</title></head><body><h1>scripts.mit.edu server status</h1><p>The following table shows a list of the servers that are currently handling web requests for scripts.mit.edu:</p><table>"
-/sbin/ipvsadm | sed 's/:0//; s/:Port//' | awk 'BEGIN { OFS="</td><td>" } /^FWM  2 /,/^FWM  [^2] / { if (/->/) print "<tr><td>" $2, $4, $5, $6 "</td></tr>"}'
+/sbin/ipvsadm | sed 's/:0//; s/:Port//' | awk 'BEGIN { OFS="</td><td>"; show=1 } /^FWM  2 / { show=1 } /^FWM  [^2] / { show=0 } /->/ { if (show==1) print "<tr><td>" $2, $4, $5, $6 "</td></tr>"}'
 echo "</table></body></html>"
