When compiling scotty on an Ultrix, I've had to change line 68 in syslog.c
from
openlog ("scotty", LOG_PID, LOG_USER);
to
openlog ("scotty", LOG_PID);
OPENLOG only takes 2 arguments on Ultrix machines.
Just thought I'd pass on the word...
--Karen