]> git.ipfire.org Git - thirdparty/util-linux.git/commit
logger: add hostname to rfc3164 message
authorSami Kerola <kerolasa@iki.fi>
Sun, 27 Jul 2014 17:33:22 +0000 (18:33 +0100)
committerSami Kerola <kerolasa@iki.fi>
Mon, 28 Jul 2014 20:15:18 +0000 (21:15 +0100)
commit133bf77bc28db78dee5b200c428c104a5727398a
treee170822b0a5d7c139341f61056f5e4c385152503
parent3d9f4b1d234e4a38ac6a5619c4cd93fc66d1d4c6
logger: add hostname to rfc3164 message

This makes the obsolete protocol a little bit more compliant with the
internet standard, but few should care now when we have rfc5424 support,
and rfc3164 feels broken.  For example it requires hostname to be not
fully qualified, which is hard to understand, and should make users to
prefer the new protocol.

Reported-by: Frank Thilo <thilo@unix-ag.org>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705217
CC: Andreas Henriksson <andreas@fatal.se>
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
misc-utils/logger.c