Re: syslogd -a error

2015-02-13 Thread Todd C. Miller
On Fri, 13 Feb 2015 21:33:10 +0100, Alexander Bluhm wrote: > I think a dynamically allocated list is overkill. We have sendsyslog(2) > which always works. The few special cases need few -a. Fair enough. - todd

Re: syslogd -a error

2015-02-13 Thread Alexander Bluhm
On Fri, Feb 13, 2015 at 01:09:33PM -0700, Todd C. Miller wrote: > On Fri, 13 Feb 2015 20:46:49 +0100, Alexander Bluhm wrote: > > > When too many -a requests on the syslogd command line cannot be > > fulfilled, it is better to fail hard. Then the user can adjust > > rc.conf.local or the #define MA

Re: syslogd -a error

2015-02-13 Thread Todd C. Miller
On Fri, 13 Feb 2015 20:46:49 +0100, Alexander Bluhm wrote: > When too many -a requests on the syslogd command line cannot be > fulfilled, it is better to fail hard. Then the user can adjust > rc.conf.local or the #define MAXUNIX. OK, but maybe it would be nicer to just use a linked list instead

syslogd -a error

2015-02-13 Thread Alexander Bluhm
Hi, When too many -a requests on the syslogd command line cannot be fulfilled, it is better to fail hard. Then the user can adjust rc.conf.local or the #define MAXUNIX. ok? bluhm Index: usr.sbin/syslogd/syslogd.c === RCS file: /da