Pulled from Ed Ravin's mail (Mon, Apr 11, 2005 at 11:21:59AM -0400):
> 
>     229
>     230 setlogsock('unix')
>     231     if grep /^ $^O $/xo, ("linux", "openbsd", "freebsd", "netbsd");
>     232
>     233 openlog ("mon", "cons,pid", $CF{"SYSLOG_FACILITY"});
> 
> And do something with the setlogsock() that's appropriate for Solaris
> and/or the way you have syslog set up there.
> 

Ah, yes. I should have tried all the possibles listed in the Sys::Syslog
manpage before posting; 'stream' seems to work nicely. Thanks very much.

-- 
Alex Hooper

_______________________________________________
mon mailing list
mon@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/mon

Reply via email to