From 97c438bbe0d175a08828b1ae59dd04823f32a4a5 Mon Sep 17 00:00:00 2001 From: Retro_Guy Date: Sat, 5 Dec 2020 00:30:47 -0700 Subject: [PATCH] Change default tac value from tail -r to tac in dist config file --- Rocksolid_Light/rslight/rslight.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rocksolid_Light/rslight/rslight.inc.php b/Rocksolid_Light/rslight/rslight.inc.php index d532902..967d263 100644 --- a/Rocksolid_Light/rslight/rslight.inc.php +++ b/Rocksolid_Light/rslight/rslight.inc.php @@ -35,7 +35,7 @@ return [ 'spamc' => 'spamc', 'spamgroup' => 'rocksolid.spam', 'php_exec' => 'php', - 'tac' => 'tail -r', + 'tac' => 'tac', 'webserver_user' => '', 'enable_nocem' => '1', 'nocem_groups' => 'rocksolid.spam',