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,8 @@
# no packages own wtmp -- we'll rotate it here
/var/log/wtmp {
missingok
monthly
create 0664 root utmp
minsize 1M
rotate 1
}