diff --git a/scripts/latecommand/post.sh b/scripts/latecommand/post.sh index 3350d4f..815ecc5 100755 --- a/scripts/latecommand/post.sh +++ b/scripts/latecommand/post.sh @@ -2,7 +2,7 @@ RSYSLOGD_CONF="$(dirname $0)/rsyslog/rsyslog.conf" RSYSLOGD_FILE="/etc/rsyslog.conf" -RSYSLOGD_SYSLOG_CONF="$(dirname $0)/rsyslog/syslogd.conf" +RSYSLOGD_SYSLOG_CONF="$(dirname $0)/rsyslog/99syslog.conf" RSYSLOGD_SYSLOG_FILE="/etc/rsyslog.d/syslogd.conf" LOGROTATE_CONF="$(dirname $0)/logrotate/logrotate.conf" diff --git a/scripts/latecommand/rsyslog/rsyslog.conf b/scripts/latecommand/rsyslog/rsyslog.conf index 98a48a8..85967ca 100644 --- a/scripts/latecommand/rsyslog/rsyslog.conf +++ b/scripts/latecommand/rsyslog/rsyslog.conf @@ -58,4 +58,4 @@ $IncludeConfig /etc/rsyslog.d/*.conf ############### #### RULES #### ############### -# See /etc/rsyslog.d/syslog.conf +# See /etc/rsyslog.d/99syslog.conf