summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-08 19:41:21 +0000
committerEric Andersen <andersen@codepoet.org>2000-12-08 19:41:21 +0000
commit76fef0a5d02800afa368b79abf4393eda46abc4c (patch)
treeb94c2cabf9b94b51ea77bba17ab879e89b514cc4 /Changelog
parent9cff4fbac91bdd63acbed23b732d76c56177ca62 (diff)
downloadbusybox-w32-76fef0a5d02800afa368b79abf4393eda46abc4c.tar.gz
busybox-w32-76fef0a5d02800afa368b79abf4393eda46abc4c.tar.bz2
busybox-w32-76fef0a5d02800afa368b79abf4393eda46abc4c.zip
Patch from Gennady Feldman <gfeldman@mail.com> to make syslogd not log
when compiled for remote logging. Not the ideal way to fix it (it should really be a runtime switch), but good enough for now I guess...
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 3095c95cb..5c5be4252 100644
--- a/Changelog
+++ b/Changelog
@@ -46,6 +46,8 @@
46 * Jim Gleason <jimg@lineo.com> -- fixed tar so it no longer breaks 46 * Jim Gleason <jimg@lineo.com> -- fixed tar so it no longer breaks
47 hard links. 47 hard links.
48 * Matt Kraai -- logger now logs all arguments, not just the first 48 * Matt Kraai -- logger now logs all arguments, not just the first
49 * Gennady Feldman -- syslogd no longer logs to localhost if compiled
50 for remote logging...
49 51
50 52
51 -Erik Andersen 53 -Erik Andersen