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"