Fedora 43, 44, Alma 10, CentOS 10, Oracle 10 and Rocky 10

This commit is contained in:
2026-04-29 23:47:06 -05:00
parent 0c15c19e1a
commit 183027fbb6
24 changed files with 374 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# no packages own btmp -- we'll rotate it here
/var/log/btmp {
missingok
monthly
create 0660 root utmp
rotate 1
}