Correct the syslog configuration file path.
This commit is contained in:
parent
577dfe2396
commit
8c143d8292
|
@ -6,6 +6,7 @@ Bugfixe release.
|
||||||
#### Bugfixes
|
#### Bugfixes
|
||||||
* Correct latecommand archive name.
|
* Correct latecommand archive name.
|
||||||
* Preseed: change the latecommand URL.
|
* Preseed: change the latecommand URL.
|
||||||
|
* Correct the syslog configuration file path.
|
||||||
|
|
||||||
## Release 0.2.1
|
## Release 0.2.1
|
||||||
### Summary
|
### Summary
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
RSYSLOGD_CONF="$(dirname $0)/rsyslog/rsyslog.conf"
|
RSYSLOGD_CONF="$(dirname $0)/rsyslog/rsyslog.conf"
|
||||||
RSYSLOGD_FILE="/etc/rsyslog.conf"
|
RSYSLOGD_FILE="/etc/rsyslog.conf"
|
||||||
RSYSLOGD_SYSLOG_CONF="$(dirname $0)/rsyslog/99syslog.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_CONF="$(dirname $0)/logrotate/logrotate.conf"
|
||||||
LOGROTATE_FILE="/etc/logrotate.conf"
|
LOGROTATE_FILE="/etc/logrotate.conf"
|
||||||
|
|
Loading…
Reference in New Issue