]> git.pld-linux.org Git - packages/SysVinit.git/commitdiff
- rel 3; if btmp grows large (1.2GB here) it slows down su - considerably; rotate... auto/th/SysVinit-2.96-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 28 May 2020 06:12:49 +0000 (08:12 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 28 May 2020 06:13:09 +0000 (08:13 +0200)
SysVinit.spec
sysvinit.logrotate

index d5551fc6a09027773809c689df4fe58c94853eb2..d183d1e3bba7ecc207673e5ecac0d6cd3d9d6315 100644 (file)
@@ -13,7 +13,7 @@ Summary(tr.UTF-8):    System V başlatma programı
 Summary(uk.UTF-8):     Програми, що керують базовими системними процесами
 Name:          SysVinit
 Version:       2.96
-Release:       2
+Release:       3
 License:       GPL v2+
 Group:         Base
 Source0:       http://download.savannah.gnu.org/releases/sysvinit/sysvinit-%{version}.tar.xz
index a72aaa922d665c3baa999581af67374708b08d03..fef115313f3806817ad4326cca83104da8512ca9 100644 (file)
@@ -3,9 +3,16 @@
 #}
 
 /var/log/btmp {
+       missingok
+       monthly
+       create 0640 root root
+       rotate 1
 }
 
 /var/log/wtmp {
-       create 664 root utmp
+       missingok
        monthly
+       create 0664 root utmp
+       minsize 1M
+       rotate 1
 }
This page took 0.031602 seconds and 4 git commands to generate.