Hi all,
 I've wonder if you get help me with a problem I'm having. ATM I've
managed to log to my local syslog using the following code

#!/usr/sbin/perl

use Sys::Syslog qw();

$user = $ENV{'USER'};
openlog($0,'','user');
syslog('info', "$user logged this comment");
closelog;

What I would however like to do is log to a remote machine without having
to put something like

*.info  @loghost

in my /etc/syslogd.conf

Is this possible? Looking over the man page it doesn't seem so but I might
be missing something

Rgds

Rus


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to