Apply patch from Georg Magschok to fix syslog behavior so that the
authorEric Andersen <andersen@codepoet.org>
Fri, 16 May 2003 08:35:02 +0000 (08:35 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 16 May 2003 08:35:02 +0000 (08:35 -0000)
commit900c8f3362c4f694fea300c4f36322271659ff87
treee3ca02e3011b8838e35d908d57bbf90813e180e6
parentd3af409eaecb900c6133ac138572080c8cb43fb4
Apply patch from Georg Magschok to fix syslog behavior so that the
'>' charactor can be logged, per rfc3164.

Also, a small patch from me to fix it so we use MAXLINE when allocating the
buffer, which is consistant with use everywhere else.  This is needed since
uClibc defines BUFSIZE as 255, causing lines to be truncated at 255...
sysklogd/syslogd.c