commit | 75813eea230ccf60ac8623ffb161c890c6f063c5 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Thu Aug 26 23:15:29 2004 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Thu Aug 26 23:15:29 2004 +0000 |
tree | 76a4f528f98381a03778e5e7b00515a8063b295e | |
parent | 138791050d36d221d718568094892245d7c6f6ec [diff] |
Togg writes: Syslogd wont start if remote-logging is enabled and the connection to the remote-log server is not possible on syslogd startup. I found a patch somewhere which works like a charm. It uses sendto() which seems more reliable for this issue. Please see attached patch. Many people will be more happy with this included I think. Regards, Togg