btmp 130 B

1234567
  1. # no packages own btmp -- we'll rotate it here
  2. /var/log/btmp {
  3. missingok
  4. monthly
  5. create 0660 root utmp
  6. rotate 1
  7. }