Blame 0126-correctly-install-rsyslog.conf-template.patch

Harald Hoyer 53404a
From ff6077789ee6f265014617186a67e5a6099ee8fb Mon Sep 17 00:00:00 2001
Harald Hoyer 53404a
From: Brendan Germain <brendan.germain@nasdaqomx.com>
Harald Hoyer 53404a
Date: Tue, 24 May 2016 15:37:30 -0400
Harald Hoyer 53404a
Subject: [PATCH] correctly install rsyslog.conf template
Harald Hoyer 53404a
Harald Hoyer 53404a
---
Harald Hoyer 53404a
 modules.d/98syslog/module-setup.sh | 2 +-
Harald Hoyer 53404a
 1 file changed, 1 insertion(+), 1 deletion(-)
Harald Hoyer 53404a
Harald Hoyer 53404a
diff --git a/modules.d/98syslog/module-setup.sh b/modules.d/98syslog/module-setup.sh
Harald Hoyer 53404a
index 22bc497..4458229 100755
Harald Hoyer 53404a
--- a/modules.d/98syslog/module-setup.sh
Harald Hoyer 53404a
+++ b/modules.d/98syslog/module-setup.sh
Harald Hoyer 53404a
@@ -34,7 +34,7 @@ install() {
Harald Hoyer 53404a
         inst_simple "$moddir/rsyslogd-start.sh" /sbin/rsyslogd-start
Harald Hoyer 53404a
         inst_simple "$moddir/rsyslogd-stop.sh" /sbin/rsyslogd-stop
Harald Hoyer 53404a
         mkdir -m 0755 -p ${initdir}/etc/templates
Harald Hoyer 53404a
-        inst_simple "${moddir}/rsyslog.conf" /etc/templates
Harald Hoyer 53404a
+        inst_simple "${moddir}/rsyslog.conf" /etc/templates/rsyslog.conf
Harald Hoyer 53404a
     fi
Harald Hoyer 53404a
     dracut_need_initqueue
Harald Hoyer 53404a
 }