Re: alternative dhcpd syslog facility

2006-10-16 Thread Stuart Henderson
On 2006/10/17 00:05, Peter Huncar wrote: > >>Respectively, can I have dhcpd logs in separate file? > > > >read about ! and !! in syslog.conf(5) for splitting log entries for > >certain programs off to separate files. there are examples at the bottom > >of the sample /etc/syslog.conf too... > > Yes

Re: alternative dhcpd syslog facility

2006-10-16 Thread Peter Huncar
Yes, I know about syslog.conf, that's why I want to split it. But I thought there is another way of changing the log facility instead of rebuilding dhcpd. Becasue I found no command line option in man dhcpd. Stuart Henderson wrote: On 2006/10/16 22:21, Peter Huncar wrote: is it posible for

Re: alternative dhcpd syslog facility

2006-10-16 Thread Stuart Henderson
On 2006/10/16 22:21, Peter Huncar wrote: > is it posible for dhcpd to log to another facility than DAEMON? of course, set DHCPD_LOG_FACILITY to one of the other facility codes (listed in /usr/include/syslog.h) and rebuild dhcpd. > Respectively, can I have dhcpd logs in separate file? read about

Re: alternative dhcpd syslog facility

2006-10-16 Thread Chris Kuethe
"man dhcpd" (as well as the source) indicates that dhcpd goes to DAEMON. Change this at your own risk. "man syslog.conf" and the last 7 lines of the stock syslog.conf may offer suggestions on redirecting syslogs On 10/16/06, Peter Huncar <[EMAIL PROTECTED]> wrote: Hello list is it posible for