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
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
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
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