]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
add imjournal.so to read systemd journal 131/head
authorBrendan Germain <brendan.germain@nasdaqomx.com>
Mon, 19 Sep 2016 17:41:32 +0000 (13:41 -0400)
committerBrendan Germain <brendan.germain@nasdaqomx.com>
Tue, 11 Oct 2016 12:51:13 +0000 (08:51 -0400)
modules.d/98syslog/module-setup.sh

index e18aecbcf1f866d52ed0c03098a7b315f52d7580..aa0c8eaf1cad334a88c72ff2b1008a0c2d838810 100755 (executable)
@@ -17,7 +17,7 @@ install() {
     local _installs
     if type -P rsyslogd >/dev/null; then
         _installs="rsyslogd"
-        inst_libdir_file rsyslog/lmnet.so rsyslog/imklog.so rsyslog/imuxsock.so
+        inst_libdir_file rsyslog/lmnet.so rsyslog/imklog.so rsyslog/imuxsock.so rsyslog/imjournal.so
     elif type -P syslogd >/dev/null; then
         _installs="syslogd"
     elif type -P syslog-ng >/dev/null; then