8 lines
130 B
Text
8 lines
130 B
Text
|
# no packages own btmp -- we'll rotate it here
|
||
|
/var/log/btmp {
|
||
|
missingok
|
||
|
monthly
|
||
|
create 0660 root utmp
|
||
|
rotate 1
|
||
|
}
|