Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-release-src > by-pkgid > a6cf66a66ce096b7e46f6e81725f2c75 > files > 3

logrotate-3.7.9-3.mga1.src.rpm

# Mageia logrotate configuration

# rotate log files weekly
weekly

# keep 4 weeks worth of backlogs
rotate 4

# create new (empty) log files after rotating old ones
create

# allow missing log
missingok

# do not rotate empty files
notifempty

# uncomment this if you want your log files compressed
compress
delaycompress

# RPM packages drop log rotation information into this directory
include /etc/logrotate.d

# no packages own lastlog, wtmp, or btmp -- we'll rotate them here
/var/log/wtmp {
    create 0664 root utmp
    rotate 1
}

/var/log/btmp {
    create 0600 root utmp
    rotate 1
}

# system-specific logs may be configured here