]> git.pld-linux.org Git - packages/SysVinit.git/commitdiff
- changed logrotate rules to assure coherence with package's permissions (wtmpx).
authorTomasz Pala <gotar@pld-linux.org>
Tue, 30 Oct 2001 07:40:02 +0000 (07:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sysvinit.logrotate -> 1.6

sysvinit.logrotate

index 338902a08721f7a04efce83b377bfe2221f0bdea..7b1fbe0936e079d591d42a2fb6c7e446322e5727 100644 (file)
@@ -1,11 +1,10 @@
 #/var/log/lastlog {
+#      don't rotate!
 #}
 
 /var/log/btmpx {
 }
 
 /var/log/wtmpx {
-    postrotate
-               /bin/chmod 644 /var/log/wtmpx
-    endscript
+       create 660 root utmp 
 }
This page took 0.024156 seconds and 4 git commands to generate.