Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2016-07-05 19:18:54 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-07-05 19:18:54 +0300
commitf8bee58ade73437c9e9e176b85eb29fe290f39fb (patch)
tree9157472c6c3dd58701aba7bc6678dc2aec665f44 /include/parameters
parent2b2051dca7cf64cbb3caf4664eb6233426ae963e (diff)
Implement tooltips
Diffstat (limited to 'include/parameters')
-rw-r--r--include/parameters14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/parameters b/include/parameters
index af697c9c..2b115e06 100644
--- a/include/parameters
+++ b/include/parameters
@@ -31,7 +31,7 @@
CHECK_BINARIES=0
RUN_HELPERS=1
HELPER="audit"
- RUN_PLUGINS=0
+ SKIP_PLUGINS=1
RUN_TESTS=0
if [ ! $2 = "" ]; then
case $2 in
@@ -71,7 +71,7 @@
CHECK_BINARIES=0
QUIET=1
RUN_HELPERS=1
- RUN_PLUGINS=0
+ SKIP_PLUGINS=1
RUN_TESTS=0
SHOW_PROGRAM_DETAILS=0
break
@@ -80,7 +80,7 @@
CHECK=1
CHECK_BINARIES=1
HELPER=""
- RUN_PLUGINS=1
+ SKIP_PLUGINS=0
RUN_TESTS=1
shift
;;
@@ -100,7 +100,7 @@
CHECK_BINARIES=0
RUN_HELPERS=1
QUIET=1
- RUN_PLUGINS=0
+ SKIP_PLUGINS=1
RUN_TESTS=0
SHOW_PROGRAM_DETAILS=0
if [ $# -gt 0 ]; then shift; fi
@@ -114,7 +114,7 @@
CHECK_BINARIES=0
RUN_HELPERS=1
HELPER="show"
- RUN_PLUGINS=0
+ SKIP_PLUGINS=1
RUN_TESTS=0
QUIET=1
SHOW_PROGRAM_DETAILS=0
@@ -141,7 +141,7 @@
RUN_HELPERS=1
HELPER="update"
QUIET=1
- RUN_PLUGINS=0
+ SKIP_PLUGINS=1
RUN_TESTS=0
SHOW_PROGRAM_DETAILS=0
if [ ! $2 = "" ]; then
@@ -298,7 +298,7 @@
# Skip execution of plugins
--skip-plugins | --no-plugins)
- RUN_PLUGINS=0
+ SKIP_PLUGINS=1
;;
# Only scan these tests