-diff a/scripts/logrotate/freeradius b/scripts/logrotate/freeradius
+diff --git a/scripts/logrotate/freeradius b/scripts/logrotate/freeradius
+index cbeeb5f..bfb8220 100644
--- a/scripts/logrotate/freeradius
+++ b/scripts/logrotate/freeradius
@@ -1,7 +1,7 @@
#
#
-@@ -17,30 +17,30 @@ notifempty
+@@ -17,28 +17,28 @@ notifempty
#
# The main server log
#
-/var/log/radius/radius.log {
+/var/log/freeradius/radius.log {
- postrotate
-- /sbin/killall -HUP radiusd
-+ /etc/init.d/freeradius reload
- endscript
+ copytruncate
}
#
nocreate
}
-@@ -51,6 +51,6 @@ notifempty
+@@ -49,6 +49,6 @@ notifempty
# (or similar) in radiusd.conf, without rotation. If you go with the
# second technique, you will need another cron job that removes old
# detail files. You do not need to comment out the below for method #2.