public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] freeradius: Add a logrotate configuration file
@ 2019-08-22 21:45 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2019-08-22 21:45 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1388 bytes --]

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 config/freeradius/logrotate | 11 +++++++++++
 lfs/freeradius              |  7 ++++++-
 2 files changed, 17 insertions(+), 1 deletion(-)
 create mode 100644 config/freeradius/logrotate

diff --git a/config/freeradius/logrotate b/config/freeradius/logrotate
new file mode 100644
index 000000000..ad8d43577
--- /dev/null
+++ b/config/freeradius/logrotate
@@ -0,0 +1,11 @@
+/var/log/radius/*.log /var/log/radius/radacct/*/* {
+    weekly
+    rotate 4
+    copytruncate
+    compress
+    notifempty
+    missingok
+    postrotate
+	/etc/init.d/freeradius reload &>/dev/null || true
+    endscript
+}
diff --git a/lfs/freeradius b/lfs/freeradius
index 21f6c0ad2..4afe55f18 100644
--- a/lfs/freeradius
+++ b/lfs/freeradius
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = freeradius
-PAK_VER    = 7
+PAK_VER    = 8
 
 DEPS       = "samba"
 
@@ -141,6 +141,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	install -v -m 644 $(DIR_SRC)/config/backup/includes/freeradius \
 		/var/ipfire/backup/addons/includes/freeradius
 
+	# Logrotate
+	-mkdir -pv /etc/logrotate.d
+	install -v -m 644 $(DIR_SRC)/config/freeradius/logrotate \
+		/etc/logrotate.d/freeradius
+
 	#install initscripts
 	$(call INSTALL_INITSCRIPT,freeradius)
 
-- 
2.20.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-08-22 21:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-22 21:45 [PATCH] freeradius: Add a logrotate configuration file Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox