]> TLD Linux GIT Repositories - packages/logrotate.git/commitdiff
- keep 52 weeks (one year) of logs by default
authorMarcin Krol <hawk@tld-linux.org>
Wed, 11 Jul 2018 16:29:15 +0000 (16:29 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Wed, 11 Jul 2018 16:29:15 +0000 (16:29 +0000)
- cosmetics

logrotate.conf
logrotate.spec

index cbe75083fcb05fc40a9905a7ec490a724e4d78fd..b61bf4be15e4b073cb4a123da03aefa47a75b0f6 100644 (file)
@@ -2,8 +2,8 @@
 # Rotate log files weekly.
 weekly
 
-# Keep 10 weeks worth of backlogs.
-rotate 10
+# Keep 52 weeks (one year) worth of backlogs.
+rotate 52
 
 # Rotate logs when they grow bigger than 100kB
 minsize 100k
@@ -14,13 +14,13 @@ nomail
 # Create new (empty) log files after rotating old ones.
 create 640 root logs
 
-# use date as a suffix of the rotated file
+# Use date as a suffix of the rotated file.
 dateext
 
 # Uncomment this if you want your log files compressed.
 compress
 
-# Postpone compression of the previous log file to the next rotation cycle.
+# Do not postpone compression of the previous log.
 nodelaycompress
 
 # If the log file is missing, go on to the next one without issuing
index 778b96746e101190dd34e0d08e2e082740e577c5..2465a7fe96c9348f650c1841bc859167edaa9b1e 100644 (file)
@@ -20,7 +20,7 @@ Summary(tr.UTF-8):    Sistem günlüklerini yönlendirir, sıkıştırır ve mektup
 Summary(uk.UTF-8):     Ротує, компресує, видаляє та відправляє поштою лог-файли
 Name:          logrotate
 Version:       3.14.0
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Applications/System
 Source0:       https://github.com/logrotate/logrotate/releases/download/%{version}/%{name}-%{version}.tar.xz