diff --git a/scripts/latecommand.tar.gz b/scripts/latecommand.tar.gz index 91ad9dd..b7ac4e2 100644 Binary files a/scripts/latecommand.tar.gz and b/scripts/latecommand.tar.gz differ diff --git a/scripts/latecommand/post.sh b/scripts/latecommand/post.sh index b3782e9..cb48041 100755 --- a/scripts/latecommand/post.sh +++ b/scripts/latecommand/post.sh @@ -22,16 +22,6 @@ if [ -f "${RSYSLOGD_FILE}" ]; then fi cp "${RSYSLOGD_SYSLOG_CONF}" "${RSYSLOGD_SYSLOG_FILE}" -# Remove old log files -## Kernel log files -rm -f /var/log/kern.log -## Authentication log files -rm -f /var/log/user.log /var/log/auth.log -## Mail log files -rm -f /var/log/mail.err /var/log/mail.info /var/log/mail.log /var/log/mail.warn -## System log files -rm -f /var/log/daemon.log /var/log/syslog /var/log/messages - # Restart Rsyslog service /etc/init.d/rsyslog restart