Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# no packages own wtmp -- we'll rotate it here
2
/var/log/wtmp {
3
    missingok
4
    monthly
5
    create 0664 root utmp
6
    minsize 1M
7
    rotate 1
8
}