]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
stop rotation of the session database files 1964/head
authorAlan Buxey <alan.buxey@gmail.com>
Thu, 20 Apr 2017 21:33:33 +0000 (22:33 +0100)
committerAlan Buxey <alan.buxey@gmail.com>
Thu, 20 Apr 2017 21:33:33 +0000 (22:33 +0100)
you really don't want to be rotating these under the server - they are
not normal log files but are stateful session files (used by various
utilities). these were removed from the logrotate some time ago but
appear to have crept back in.

debian/freeradius.logrotate
redhat/freeradius-logrotate
scripts/logrotate/freeradius
suse/radiusd-logrotate

index 02f95c0ee7cfcc3608d9f566069c915bb4924646..676f0c4404986b673e01c46d63929676d892adc6 100644 (file)
@@ -25,13 +25,6 @@ notifempty
        nocreate
 }
 
-#
-#  Session database modules
-#
-/var/log/freeradius/radutmp /var/log/freeradius/radwtmp {
-       nocreate
-}
-
 #
 #  SQL log files
 #
index 6faf336079caed8e317ce8f5d696d9e777c64eb5..360765ddc47d1353b570263d9851b7c89be6dc54 100644 (file)
@@ -24,13 +24,6 @@ delaycompress
        nocreate
 }
 
-#
-#  Session database modules
-#
-/var/log/radius/radutmp /var/log/radius/radwtmp {
-       nocreate
-}
-
 #
 #  SQL log files
 #
index cbeeb5fee4a60b0644fc55605ced446f2b860748..e8cf706dc66c86fb7127f4694b9e806941aa5f9f 100644 (file)
@@ -28,13 +28,6 @@ notifempty
        nocreate
 }
 
-#
-#  Session database modules
-#
-/var/log/radius/radutmp /var/log/radius/radwtmp {
-       nocreate
-}
-
 #
 #  SQL log files
 #
index b72267b82167c9c79ff3c813735cba6c20f3ad40..24d56be1a940af308dc370ee80f0a97eb29fdd80 100644 (file)
@@ -27,14 +27,6 @@ notifempty
        size=+1024k
 }
 
-#
-#  Session database modules
-#
-/var/log/radius/radutmp /var/log/radius/radwtmp {
-       nocreate
-       size=+2048k
-}
-
 #
 #  SQL log files
 #