]> git.pld-linux.org Git - packages/freeradius.git/commitdiff
- create mode for radius logs (radiusd won't work correctly when they change)
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 3 Jan 2005 14:31:16 +0000 (14:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freeradius.logrotate -> 1.2

freeradius.logrotate

index ed46f9350845ea1c5a270a110294a133a66cafb6..deb0dfa488ba90e277b2d3f6408078c6e67edf4f 100644 (file)
@@ -6,7 +6,7 @@
 /var/log/freeradius/radacct/*/detail {
        monthly
        rotate 4
-       create
+       create 660 root radius
        missingok
        compress
 }
@@ -14,7 +14,7 @@
 /var/log/freeradius/checkrad.log {
        monthly
        rotate 4
-       create
+       create 660 root radius
        missingok
        compress
 }
@@ -22,7 +22,7 @@
 /var/log/freeradius/radius.log {
        monthly
        rotate 4
-       create
+       create 660 root radius
        missingok
        compress
 }
 /var/log/freeradius/radwatch.log {
        monthly
        rotate 4
-       create
+       create 660 root radius
        missingok
        compress
 }
 
+
+
+# Should this really be rotated
 /var/log/freeradius/radutmp {
        monthly
        rotate 4
-       create
+       create 660 root radius
        compress
        missingok
 }
@@ -46,7 +49,7 @@
 /var/log/freeradius/radwtmp {
        monthly
        rotate 4
-       create
+       create 660 root radius
        compress
        missingok
        postrotate
This page took 0.086992 seconds and 4 git commands to generate.