Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

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