Minor cleanups, including comment about -c option (deprecated soon)

This commit is contained in:
Michael Boelen 2016-05-03 13:53:20 +02:00
parent 11d3b352ac
commit eda79af419
1 changed files with 3 additions and 3 deletions

View File

@ -49,12 +49,12 @@
fi fi
;; ;;
"system") "system")
CHECK=1
CHECK_BINARIES=1 CHECK_BINARIES=1
HELPER="" HELPER=""
RUN_PLUGINS=1 RUN_PLUGINS=1
RUN_TESTS=1 RUN_TESTS=1
shift shift
#break
;; ;;
esac esac
else else
@ -65,7 +65,6 @@
echo "lynis audit system" echo "lynis audit system"
ExitFatal ExitFatal
fi fi
#break
;; ;;
show) show)
@ -121,8 +120,9 @@
AUDITORNAME=$1 AUDITORNAME=$1
;; ;;
# Perform tests # Perform tests (deprecated, use audit system)
-c | --check-all | --checkall) -c | --check-all | --checkall)
# echo "Usage of option -c is deprecated. Please use: lynis audit system [options]"
CHECK=1 CHECK=1
;; ;;