Enable Fedora 34

This commit is contained in:
2021-06-29 22:20:53 -05:00
parent 9053f02dbd
commit 7c24efe69b
4 changed files with 67 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
}

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
}