On Sat, Sep 17, 2005 at 09:16:00AM -0400, Sean Kiewiet wrote: > The following line in rc.local; gives the error can't find tclsh when I > boot up. > > > if [ -x /usr/local/src/sguil/server/sguild ]; then > echo -n ' starting squil...' > /usr/local/src/sguil/server/sguild -a /etc/sguild/autocat.conf > -c /etc/sguild/sguild.conf & > fi
/usr/local/bin isn't in rc's $PATH. -- A reactionary is a man whose political opinions always manage to keep up with yesterday.

