On Fri, Mar 04, 2005 at 01:22:35PM -0800, Michael Watkins wrote:
> Dulcinea: start-scgi.py:
> Use a different approach to:
>   if os.path.exists("/usr/bin/tidy"):
>
> Again, default path is different on other *nixes. /usr/local/bin/tidy in
> the case of most (all?) BSDs.
It should probably just be "tidy".  I used the full path because we
had some old version of tidy installed somewhere in the path.
  Neil