diff options
-rw-r--r-- | Changelog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,8 +6,10 @@ | |||
6 | * Fixed find -name so it properly uses shell wildcard patterns | 6 | * Fixed find -name so it properly uses shell wildcard patterns |
7 | (i.e. `*', `?', and `[]') instead of regular expressions, which | 7 | (i.e. `*', `?', and `[]') instead of regular expressions, which |
8 | was causing some confusing and unexpected behavior. | 8 | was causing some confusing and unexpected behavior. |
9 | * Added klogd to syslogd, so now the log will contain both system and | ||
10 | kernel messages. | ||
9 | 11 | ||
10 | -Erik Andrsen, Dec 2, 1999 | 12 | -Erik Andrsen |
11 | 13 | ||
12 | 0.37 | 14 | 0.37 |
13 | * Wrote a micro syslogd, and a logger util (to log things to the syslog | 15 | * Wrote a micro syslogd, and a logger util (to log things to the syslog |