Thanks for the review. Here is an updated version of the patches. Changes since v1: * ForwardToWall is now enabled by default * Fixed errors in journald-wall.c (a colon was printed even when there was no identifier and pid) * Coding style fixes
Sebastian Thorarensen (2): utmp-wtmp: allow overriding username on wall journald: add support for wall forwarding Makefile.am | 2 + man/journald.conf.xml | 40 +++++++----- src/journal/journald-gperf.gperf | 2 + src/journal/journald-native.c | 4 ++ src/journal/journald-server.c | 8 +++ src/journal/journald-server.h | 2 + src/journal/journald-stream.c | 4 ++ src/journal/journald-syslog.c | 4 ++ src/journal/journald-wall.c | 67 ++++++++++++++++++++ src/journal/journald-wall.h | 26 ++++++++ src/journal/journald.conf | 2 + src/shared/utmp-wtmp.c | 12 ++-- src/shared/utmp-wtmp.h | 2 +- src/shutdownd/shutdownd.c | 2 +- src/systemctl/systemctl.c | 4 +- .../tty-ask-password-agent.c | 2 +- 16 files changed, 158 insertions(+), 25 deletions(-) create mode 100644 src/journal/journald-wall.c create mode 100644 src/journal/journald-wall.h -- 1.7.10.4 _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel