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>2018-10-05 11:17:26 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-10-05 11:17:26 +0300
commitc1f94177925996744fffa2fbd0cc03f56d7afb6f (patch)
tree19493706d21288b9e4e8de31f1bd154ed6412bb0 /include/consts
parent6fc982789374b87bf1a8da750c290001ff934a29 (diff)
Initialise some variables for uploading
Diffstat (limited to 'include/consts')
-rw-r--r--include/consts2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/consts b/include/consts
index 3b0d4d8d..cf93e1be 100644
--- a/include/consts
+++ b/include/consts
@@ -129,6 +129,7 @@ unset LANG
KLDSTATBINARY=""
LAUNCHCTL_BINARY=""
LDAP_CLIENT_CONFIG_FILE=""
+ LICENSE_SERVER=""
LINUX_VERSION=""
LINUXCONFIGFILE=""
LMDBINARY=""
@@ -283,6 +284,7 @@ unset LANG
UPLOAD_PROXY_PORT=""
UPLOAD_PROXY_PROTOCOL=""
UPLOAD_PROXY_SERVER=""
+ UPLOAD_SERVER=""
UPLOAD_TOOL=""
UPLOAD_TOOL_ARGS=""
USBGUARDBINARY=""