diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-12-08 19:41:21 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-12-08 19:41:21 +0000 |
commit | 76fef0a5d02800afa368b79abf4393eda46abc4c (patch) | |
tree | b94c2cabf9b94b51ea77bba17ab879e89b514cc4 /Changelog | |
parent | 9cff4fbac91bdd63acbed23b732d76c56177ca62 (diff) | |
download | busybox-76fef0a5d02800afa368b79abf4393eda46abc4c.tar.gz |
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-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,6 +46,8 @@ * Jim Gleason <jimg@lineo.com> -- fixed tar so it no longer breaks hard links. * Matt Kraai -- logger now logs all arguments, not just the first + * Gennady Feldman -- syslogd no longer logs to localhost if compiled + for remote logging... -Erik Andersen |