]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
logrotate: reindent to 4 spaces
authorJason Ish <jason.ish@oisf.net>
Wed, 23 Sep 2020 16:51:58 +0000 (10:51 -0600)
committerJason Ish <jason.ish@oisf.net>
Wed, 7 Oct 2020 15:40:38 +0000 (09:40 -0600)
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

index c1d7dc08654521c6b19ef3261d8af0236ebcb03d..c5e9ef1c667e7c45a8526a81e720827f7228a224 100644 (file)
@@ -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
 }