From 400b26ad68316d8fb392dfd6f3e2b2ebae44e37f Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Wed, 23 Sep 2020 10:51:58 -0600 Subject: [PATCH] logrotate: reindent to 4 spaces 4 spaces seems to be the norm on Linux, so reindent from a mix of 8 spaces and tabs to 4 spaces. --- etc/suricata.logrotate.in | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/etc/suricata.logrotate.in b/etc/suricata.logrotate.in index c1d7dc0865..c5e9ef1c66 100644 --- a/etc/suricata.logrotate.in +++ b/etc/suricata.logrotate.in @@ -1,13 +1,13 @@ # Sample /etc/logrotate.d/suricata configuration file. @e_logdir@*.log @e_logdir@*.json { - daily - missingok - rotate 5 - compress - delaycompress - minsize 500k - sharedscripts - postrotate - /bin/kill -HUP `cat @e_rundir@suricata.pid 2> /dev/null` 2> /dev/null || true - endscript + daily + missingok + rotate 5 + compress + delaycompress + minsize 500k + sharedscripts + postrotate + /bin/kill -HUP `cat @e_rundir@suricata.pid 2> /dev/null` 2> /dev/null || true + endscript }