Operating System - HP-UX
1825774 Members
2376 Online
109687 Solutions
New Discussion

Re: redirect inetd -l entries into a different log file

 
Dan Copeland
Regular Advisor

redirect inetd -l entries into a different log file

Looking for a way to use syslogd to redirect inetd -l entries into a different log file -- other than syslog.log

Is there a way to setup syslog.conf to redirect all inetd logs (with extensive logging turned on) to a log file other than syslog.log?

Thanks
2 REPLIES 2
Kent Ostby
Honored Contributor

Re: redirect inetd -l entries into a different log file

I couldn't find an exact way to do this.

This thread shows how it was done with bind:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=878521
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
Carlos Roberto Schimidt
Regular Advisor

Re: redirect inetd -l entries into a different log file

If I remember, try modify file /etc/syslog.conf:

deamon.* /var/adm/syslog/inet.log

Recycle syslogd:

# kill `cat /var/run/syslog.pid`