Brian> How can I get scotty to stop logging to /var/adm/syslog ? I installed
Brian> tkined and scotty system wide because several people are using it,
Brian> but I would like it if their sessions didnt get logged to the
Brian> system syslog file. Any quick fixes ?
There are two places in the ip_monitor.tcl script that write to syslog
automatically. The first one is in proc reachability and the second one
in proc pingtime. They both look like:
syslog warning "[ined name $id] \[$ip\] unreachable"
Please remove or uncomment these two lines and those unwanted syslog
messages should stop.
Juergen