Blame SOURCES/0184-98systemd-also-install-systemd-journald-dev-log.sock.patch

18971c
From 8c1807bc970f50a034251f6e157d97ad58a9c48f Mon Sep 17 00:00:00 2001
18971c
From: Daniel Schaal <farbing@web.de>
18971c
Date: Thu, 19 Jun 2014 11:38:25 +0200
18971c
Subject: [PATCH] 98systemd: also install systemd-journald-dev-log.socket
18971c
18971c
The /dev/log socket was moved to /run on systemd 214, install the
18971c
newly added socket unit.
18971c
18971c
(cherry picked from commit 7eb0bc7bc4fdcf4ee9cde0e919eff2497c22beab)
18971c
---
18971c
 modules.d/98systemd/module-setup.sh | 1 +
18971c
 1 file changed, 1 insertion(+)
18971c
18971c
diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh
18971c
index 19be587a..0de9d614 100755
18971c
--- a/modules.d/98systemd/module-setup.sh
18971c
+++ b/modules.d/98systemd/module-setup.sh
18971c
@@ -103,6 +103,7 @@ install() {
18971c
         $systemdsystemunitdir/sockets.target.wants/systemd-udevd-control.socket \
18971c
         $systemdsystemunitdir/sockets.target.wants/systemd-udevd-kernel.socket \
18971c
         $systemdsystemunitdir/sockets.target.wants/systemd-journald.socket \
18971c
+        $systemdsystemunitdir/sockets.target.wants/systemd-journald-dev-log.socket \
18971c
         $systemdsystemunitdir/sysinit.target.wants/systemd-udevd.service \
18971c
         $systemdsystemunitdir/sysinit.target.wants/systemd-udev-trigger.service \
18971c
         $systemdsystemunitdir/sysinit.target.wants/kmod-static-nodes.service \