From 8c143d8292e5645862c5891e795cd570963590cb Mon Sep 17 00:00:00 2001 From: Gardais Jeremy Date: Mon, 25 Jul 2016 14:42:56 +0200 Subject: [PATCH] Correct the syslog configuration file path. --- CHANGELOG.md | 1 + scripts/latecommand/post.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e78db67..babbc6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Bugfixe release. #### Bugfixes * Correct latecommand archive name. * Preseed: change the latecommand URL. +* Correct the syslog configuration file path. ## Release 0.2.1 ### Summary diff --git a/scripts/latecommand/post.sh b/scripts/latecommand/post.sh index 815ecc5..ee4c6d2 100755 --- a/scripts/latecommand/post.sh +++ b/scripts/latecommand/post.sh @@ -3,7 +3,7 @@ RSYSLOGD_CONF="$(dirname $0)/rsyslog/rsyslog.conf" RSYSLOGD_FILE="/etc/rsyslog.conf" RSYSLOGD_SYSLOG_CONF="$(dirname $0)/rsyslog/99syslog.conf" -RSYSLOGD_SYSLOG_FILE="/etc/rsyslog.d/syslogd.conf" +RSYSLOGD_SYSLOG_FILE="/etc/rsyslog.d/99syslog.conf" LOGROTATE_CONF="$(dirname $0)/logrotate/logrotate.conf" LOGROTATE_FILE="/etc/logrotate.conf"