Correct the syslog configuration file path.

This commit is contained in:
Jeremy Gardais 2016-07-25 14:42:56 +02:00
parent 577dfe2396
commit 8c143d8292
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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"