OBSD3.7
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
Tclsh is in /usr/local/bin as a sym link to tclsh8.4. I have tried to
move tclsh to the directory /usr/local/src/sguil/server/ and to change
the tcl script sguild to point to /usr/local/bin for tclsh
Each time I get the same response.
Any ideas?
Sean