File Manager V1.5

[SYSTEM@ROOT]: /etc/logrotate.d/
INJECT_FILE:
NEW_ENTRY:

FILE_CONTENT: btmp

# no packages own btmp -- we'll rotate it here
/var/log/btmp {
    missingok
    monthly
    create 0660 root utmp
    rotate 1
}
[ KEMBALI ]