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-11-08 21:47:59 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-11-08 21:47:59 +0300
commitb5a1deae47247589167c8ea37d1f25c760e8922d (patch)
tree4b05c8a0ac00c6caba1314b1db5bd88de8de583d
parent049ce9df27641430f7c183a24b5e0690dfc8d557 (diff)
Added variable for readlink binary
-rw-r--r--include/consts1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/consts b/include/consts
index 574df9b8..3bb48017 100644
--- a/include/consts
+++ b/include/consts
@@ -199,6 +199,7 @@ unset LANG
PROFILEVALUE=""
PSBINARY="ps"
PUPPETBINARY=""
+ READLINKBINARY=""
REDIS_RUNNING=0
REFRESH_REPOSITORIES=1
REMOTE_LOGGING_ENABLED=0