From 81fa5f8ebd3b3db20fa7e90de96b2078670cdb4f Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 20 Mar 2024 23:43:48 -0400 Subject: [PATCH] use standard log rotation approach for wtmp/btmp --- logrotate.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/logrotate.conf b/logrotate.conf index c4b2e6c..11cc3e7 100644 --- a/logrotate.conf +++ b/logrotate.conf @@ -24,15 +24,10 @@ tabooext + .pacorig .pacnew .pacsave include /etc/logrotate.d /var/log/wtmp { - monthly create 0664 root utmp - minsize 1M - rotate 1 } /var/log/btmp { missingok - monthly create 0600 root utmp - rotate 1 }