aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-12-03 15:14:25 +0000
committerEric Andersen <andersen@codepoet.org>1999-12-03 15:14:25 +0000
commitde1d61268e4cdafbd8a5158316c542bcb7750457 (patch)
treebb74c0aad5fc7c0d70ff38756505b78bc59e6e91 /Changelog
parentb186d980d6060195d01048bb3a083739137b6c21 (diff)
downloadbusybox-de1d61268e4cdafbd8a5158316c542bcb7750457.tar.gz
Fixes
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 3 insertions, 1 deletions
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