From 037de8785ad6b826f416384205800bc64fb58feb Mon Sep 17 00:00:00 2001 From: Martinski4GitHub <119833648+Martinski4GitHub@users.noreply.github.com> Date: Sat, 20 Dec 2025 23:38:30 -0800 Subject: [PATCH 1/3] Removed "postrotate/endscript" directives Removed "postrotate/endscript" directive from each individual configuration file since that's already defined in the global set of configuration directives. --- logrotate.d/logrotate | 3 --- logrotate.d/messages | 3 --- logrotate.d/syslogng | 4 +--- logrotate.share/firewall | 3 --- logrotate.share/logrotate | 3 --- logrotate.share/messages | 3 --- logrotate.share/syslogng | 4 +--- logrotate.share/wlceventd | 3 --- 8 files changed, 2 insertions(+), 24 deletions(-) diff --git a/logrotate.d/logrotate b/logrotate.d/logrotate index 9d5f4ca..f2fa689 100644 --- a/logrotate.d/logrotate +++ b/logrotate.d/logrotate @@ -1,6 +1,3 @@ /opt/var/log/logrotate.log { minsize 256k - postrotate - /usr/bin/killall -HUP syslog-ng - endscript } diff --git a/logrotate.d/messages b/logrotate.d/messages index 6562fa4..76d2ec8 100644 --- a/logrotate.d/messages +++ b/logrotate.d/messages @@ -2,7 +2,4 @@ minsize 1024k daily rotate 9 - postrotate - /usr/bin/killall -HUP syslog-ng - endscript } diff --git a/logrotate.d/syslogng b/logrotate.d/syslogng index 96b2fd4..b21450c 100644 --- a/logrotate.d/syslogng +++ b/logrotate.d/syslogng @@ -1,5 +1,3 @@ /opt/var/log/syslog-ng.log { - postrotate - /usr/bin/killall -HUP syslog-ng - endscript + minsize 512k } diff --git a/logrotate.share/firewall b/logrotate.share/firewall index 006aa91..373758b 100644 --- a/logrotate.share/firewall +++ b/logrotate.share/firewall @@ -2,7 +2,4 @@ minsize 1024k daily rotate 9 - postrotate - /usr/bin/killall -HUP syslog-ng - endscript } diff --git a/logrotate.share/logrotate b/logrotate.share/logrotate index 9d5f4ca..f2fa689 100644 --- a/logrotate.share/logrotate +++ b/logrotate.share/logrotate @@ -1,6 +1,3 @@ /opt/var/log/logrotate.log { minsize 256k - postrotate - /usr/bin/killall -HUP syslog-ng - endscript } diff --git a/logrotate.share/messages b/logrotate.share/messages index 6562fa4..76d2ec8 100644 --- a/logrotate.share/messages +++ b/logrotate.share/messages @@ -2,7 +2,4 @@ minsize 1024k daily rotate 9 - postrotate - /usr/bin/killall -HUP syslog-ng - endscript } diff --git a/logrotate.share/syslogng b/logrotate.share/syslogng index 96b2fd4..b21450c 100644 --- a/logrotate.share/syslogng +++ b/logrotate.share/syslogng @@ -1,5 +1,3 @@ /opt/var/log/syslog-ng.log { - postrotate - /usr/bin/killall -HUP syslog-ng - endscript + minsize 512k } diff --git a/logrotate.share/wlceventd b/logrotate.share/wlceventd index e657805..1ca292b 100644 --- a/logrotate.share/wlceventd +++ b/logrotate.share/wlceventd @@ -1,6 +1,3 @@ /opt/var/log/wlceventd.log { rotate 4 - postrotate - /usr/bin/killall -HUP syslog-ng - endscript } From dfaebe71f66d39c4d0f8f6bfad0066af91df7a2c Mon Sep 17 00:00:00 2001 From: Martinski4GitHub <119833648+Martinski4GitHub@users.noreply.github.com> Date: Sat, 20 Dec 2025 23:38:51 -0800 Subject: [PATCH 2/3] Update README.md Updated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03e7979..81417c1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **scribe** is a **syslog-ng** and **logrotate** installer for ASUS routers running **Asuswrt-Merlin** ## v3.2.6 -### Updated on 2025-Dec-18 +### Updated on 2025-Dec-19 ## Getting Started From 03f0c7c8f9930026eff1eed9ac9eab6a6479253a Mon Sep 17 00:00:00 2001 From: Martinski4GitHub <119833648+Martinski4GitHub@users.noreply.github.com> Date: Sat, 20 Dec 2025 23:42:07 -0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81417c1..8ab589e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **scribe** is a **syslog-ng** and **logrotate** installer for ASUS routers running **Asuswrt-Merlin** ## v3.2.6 -### Updated on 2025-Dec-19 +### Updated on 2025-Dec-20 ## Getting Started