From: Eric Andersen Date: Fri, 3 Dec 1999 15:14:25 +0000 (-0000) Subject: Fixes X-Git-Tag: 0_39~34 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=de1d61268e4cdafbd8a5158316c542bcb7750457;p=oweals%2Fbusybox.git Fixes --- diff --git a/Changelog b/Changelog index 23dbfa7dd..378b698e3 100644 --- a/Changelog +++ b/Changelog @@ -6,8 +6,10 @@ * Fixed find -name so it properly uses shell wildcard patterns (i.e. `*', `?', and `[]') instead of regular expressions, which was causing some confusing and unexpected behavior. + * Added klogd to syslogd, so now the log will contain both system and + kernel messages. - -Erik Andrsen, Dec 2, 1999 + -Erik Andrsen 0.37 * Wrote a micro syslogd, and a logger util (to log things to the syslog