aboutsummaryrefslogtreecommitdiffstats
path: root/bash-completion
diff options
context:
space:
mode:
authorSami Kerola <kerolasa@iki.fi>2013-04-02 20:42:57 +0100
committerKarel Zak <kzak@redhat.com>2013-04-05 14:05:24 +0200
commitfe6999da0a7e6f14f50342666b72a6ec41d1227a (patch)
tree05a1c9cc9ec795615f59063797bda2e49e1b5bb9 /bash-completion
parent5d1607e260be44a03067f09cc2034d2208c713de (diff)
downloadutil-linux-fe6999da0a7e6f14f50342666b72a6ec41d1227a.tar.gz
logger: make local sockets to try both stream and datagram
When journald, from systemd, is in use logger gave following error. $ logger --socket /dev/log test logger: connect /dev/log: Protocol wrong type for socket The journald supports only AF_DGRAM, and nothing else. Support for AF_STREAM sockets was dropped because it messed up message ordering. From an users point of view necessity to add --udp (UNIX(TM) Datagram Protocol?) option when talking to syslog via unix socket felt confusing and wrong. The command should know what is the socket type, and silently use the correct one, unless the type is explicitely defined. CC: Karel Zak <kzak@redhat.com> Adviced-by: Lennart Poettering <lennart@poettering.net> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'bash-completion')
0 files changed, 0 insertions, 0 deletions