Commit 482a25c3 authored by Franco Fichtner's avatar Franco Fichtner

rc: don't keep the old ppp.log; newsyslog related

parent 0529e54d
......@@ -192,6 +192,9 @@ if [ ! ${DEFAULT_LOG_FILE_SIZE} ]; then
DEFAULT_LOG_FILE_SIZE=511488
fi
# purge the old ppp.log and rotated descendants (15.7 migration code)
rm -f /var/log/ppp.log*
for logfile in $LOG_FILES; do
if [ "$DISABLESYSLOGCLOG" -gt "0" ]; then
touch /var/log/$logfile.log
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment