<div dir="ltr"><div>Hi,</div><div><br></div><div>I just discovered this one - it prevents the CLOCK test in analysis.cfg from working with freeBSD hosts.  Patch below:<br></div><div><br></div><div>--- freebsd.c.orig<span class="" style="white-space:pre">        </span>2013-07-03 16:22:15.276935512 +0200</div>
<div>+++ freebsd.c<span class="" style="white-space:pre">       </span>2013-07-03 16:22:36.208868573 +0200</div><div>@@ -47,7 +47,7 @@</div><div> </div><div> <span class="" style="white-space:pre">       </span>timestr = getdata("date");</div>
<div> <span class="" style="white-space:pre">   </span>uptimestr = getdata("uptime");</div><div>-<span class="" style="white-space:pre">  </span>clockstr = getdata("clockstr");</div><div>+<span class="" style="white-space:pre"> </span>clockstr = getdata("clock");</div>
<div> <span class="" style="white-space:pre">   </span>msgcachestr = getdata("msgcache");</div><div> <span class="" style="white-space:pre">      </span>whostr = getdata("who");</div><div> <span class="" style="white-space:pre">        </span>psstr = getdata("ps");</div>
<div><br></div><div>Regards,</div><div>Eddie</div></div>