From 9598f5141ea75ffa72a3c7c85639c6f296020ef1 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 20 Oct 2012 01:22:20 -0700 Subject: Sat Oct 20 01:22:19 PDT 2012 --- core/systemd/systemd.install | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'core/systemd/systemd.install') diff --git a/core/systemd/systemd.install b/core/systemd/systemd.install index 784926e17..fa3e8f29a 100644 --- a/core/systemd/systemd.install +++ b/core/systemd/systemd.install @@ -24,6 +24,11 @@ post_upgrade() { # horrific happens, so just mask the error. systemctl -q enable getty@.service || true fi + + if [ "$(vercmp 194-4 "$2")" -eq 1 ]; then + printf '==> journald now writes to /var/log/journal by default. This can be\n' + printf ' controlled with the Storage setting in /etc/systemd/journald.conf\n' + fi } # vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf