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-05-03 14:53:20 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-05-03 14:53:20 +0300
commiteda79af419d4d61ab6cc078d0c8f74bb8c031b98 (patch)
tree356c285aef82a1495c2a640dc105b3a22fbdf5ff /include/parameters
parent11d3b352acd75090e53fca9fb2cbd9eb290db2f1 (diff)
Minor cleanups, including comment about -c option (deprecated soon)
Diffstat (limited to 'include/parameters')
-rw-r--r--include/parameters6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/parameters b/include/parameters
index 85269edf..bfefaba7 100644
--- a/include/parameters
+++ b/include/parameters
@@ -49,12 +49,12 @@
fi
;;
"system")
+ CHECK=1
CHECK_BINARIES=1
HELPER=""
RUN_PLUGINS=1
RUN_TESTS=1
shift
- #break
;;
esac
else
@@ -65,7 +65,6 @@
echo "lynis audit system"
ExitFatal
fi
- #break
;;
show)
@@ -121,8 +120,9 @@
AUDITORNAME=$1
;;
- # Perform tests
+ # Perform tests (deprecated, use audit system)
-c | --check-all | --checkall)
+ # echo "Usage of option -c is deprecated. Please use: lynis audit system [options]"
CHECK=1
;;