From a158d4bfb9e759b7a1cfdc665b98944069bd480d Mon Sep 17 00:00:00 2001 From: sokai Date: Sat, 16 Mar 2019 13:02:01 +0100 Subject: [PATCH 1/7] =?UTF-8?q?logrotate=20snipet:=20GDPR=20=E2=80=9Acompl?= =?UTF-8?q?ieance=E2=80=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit see https://github.com/Froxlor/Froxlor/issues/665 --- lib/configfiles/jessie.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/configfiles/jessie.xml b/lib/configfiles/jessie.xml index 8a913c59..8651d62b 100644 --- a/lib/configfiles/jessie.xml +++ b/lib/configfiles/jessie.xml @@ -4711,8 +4711,8 @@ aliases: files # *.log { missingok - weekly - rotate 4 + daily + rotate 7 compress delaycompress notifempty From 90fe548901e645089673d649b0495406c7fd83bf Mon Sep 17 00:00:00 2001 From: sokai Date: Sat, 16 Mar 2019 13:04:26 +0100 Subject: [PATCH 2/7] =?UTF-8?q?=20logrotate=20snipet:=20GDPR=20=E2=80=9Aco?= =?UTF-8?q?mplieance=E2=80=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit see: https://github.com/Froxlor/Froxlor/issues/665 --- lib/configfiles/gentoo.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/configfiles/gentoo.xml b/lib/configfiles/gentoo.xml index 64ebe68a..280b77ae 100644 --- a/lib/configfiles/gentoo.xml +++ b/lib/configfiles/gentoo.xml @@ -3820,8 +3820,8 @@ aliases: files # *.log { missingok - weekly - rotate 4 + daily + rotate 7 compress delaycompress notifempty From 678bd1bcdc353241dd4d588e3cff28077bf5d13a Mon Sep 17 00:00:00 2001 From: sokai Date: Sat, 16 Mar 2019 13:05:11 +0100 Subject: [PATCH 3/7] =?UTF-8?q?=20logrotate=20snipet:=20GDPR=20=E2=80=9Aco?= =?UTF-8?q?mplieance=E2=80=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit see: https://github.com/Froxlor/Froxlor/issues/665 --- lib/configfiles/precise.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/configfiles/precise.xml b/lib/configfiles/precise.xml index dcdc9dc5..6555238f 100644 --- a/lib/configfiles/precise.xml +++ b/lib/configfiles/precise.xml @@ -1706,8 +1706,8 @@ aliases: files # *.log { missingok - weekly - rotate 4 + daily + rotate 7 compress delaycompress notifempty From ed9ab39c5e5f2fdcc47bed857a98ed2c26d0080c Mon Sep 17 00:00:00 2001 From: sokai Date: Sat, 16 Mar 2019 13:05:54 +0100 Subject: [PATCH 4/7] =?UTF-8?q?=20logrotate=20snipet:=20GDPR=20=E2=80=9Aco?= =?UTF-8?q?mplieance=E2=80=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit see: https://github.com/Froxlor/Froxlor/issues/665 --- lib/configfiles/rhel_centos.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/configfiles/rhel_centos.xml b/lib/configfiles/rhel_centos.xml index da22a090..68f9e544 100644 --- a/lib/configfiles/rhel_centos.xml +++ b/lib/configfiles/rhel_centos.xml @@ -2427,8 +2427,8 @@ aliases: files nisplus # *.log { missingok - weekly - rotate 4 + daily + rotate 7 compress delaycompress notifempty From 6cd73c9ebf3164cd0bb8cdfb9ed09baa66de3bc2 Mon Sep 17 00:00:00 2001 From: sokai Date: Sat, 16 Mar 2019 13:07:14 +0100 Subject: [PATCH 5/7] =?UTF-8?q?=20logrotate=20snipet:=20GDPR=20=E2=80=9Aco?= =?UTF-8?q?mpliance=E2=80=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit see: https://github.com/Froxlor/Froxlor/issues/665 --- lib/configfiles/stretch.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/configfiles/stretch.xml b/lib/configfiles/stretch.xml index 6f9aa853..e79883cc 100644 --- a/lib/configfiles/stretch.xml +++ b/lib/configfiles/stretch.xml @@ -4605,8 +4605,8 @@ aliases: files # *.log { missingok - weekly - rotate 4 + daily + rotate 7 compress delaycompress notifempty From bf400fc5f897721cb35c3e1e1e71dbff2ab529d4 Mon Sep 17 00:00:00 2001 From: sokai Date: Sat, 16 Mar 2019 13:07:49 +0100 Subject: [PATCH 6/7] =?UTF-8?q?=20logrotate=20snipet:=20GDPR=20=E2=80=9Aco?= =?UTF-8?q?mpliance=E2=80=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit see: https://github.com/Froxlor/Froxlor/issues/665 --- lib/configfiles/trusty.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/configfiles/trusty.xml b/lib/configfiles/trusty.xml index 07a55f33..c6a9ba24 100644 --- a/lib/configfiles/trusty.xml +++ b/lib/configfiles/trusty.xml @@ -1719,8 +1719,8 @@ aliases: files # *.log { missingok - weekly - rotate 4 + daily + rotate 7 compress delaycompress notifempty From 91df02916cf79e8e0c9d5f670fe9b20692f7c9b2 Mon Sep 17 00:00:00 2001 From: sokai Date: Sat, 16 Mar 2019 13:08:44 +0100 Subject: [PATCH 7/7] =?UTF-8?q?=20logrotate=20snipet:=20GDPR=20=E2=80=9Aco?= =?UTF-8?q?mpliance=E2=80=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit see: https://github.com/Froxlor/Froxlor/issues/665 --- lib/configfiles/xenial.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/configfiles/xenial.xml b/lib/configfiles/xenial.xml index 8ffbfc86..629f99d4 100644 --- a/lib/configfiles/xenial.xml +++ b/lib/configfiles/xenial.xml @@ -4616,8 +4616,8 @@ aliases: files # *.log { missingok - weekly - rotate 4 + daily + rotate 7 compress delaycompress notifempty