From 179c91c5e47c06f7e13811dacc1228b24602b2ce Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 09 Dec 2008 13:25:44 -0500 Subject: [PATCH] Changed rkhunter option --check to --checkall --- server/mods-available/monitor_core_module.inc.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/mods-available/monitor_core_module.inc.php b/server/mods-available/monitor_core_module.inc.php index a7d0d51..70cba8a 100644 --- a/server/mods-available/monitor_core_module.inc.php +++ b/server/mods-available/monitor_core_module.inc.php @@ -682,7 +682,7 @@ /* * Fetch the output */ - $data['output'] = shell_exec('rkhunter --update --check --nocolors --skip-keypress'); + $data['output'] = shell_exec('rkhunter --update --checkall --nocolors --skip-keypress'); /* * At this moment, there is no state (maybe later) -- Gitblit v1.9.1