Added base64 binary

This commit is contained in:
Michael Boelen 2016-08-29 10:06:41 +02:00
parent c9584bcb3e
commit facb68bc32
1 changed files with 4 additions and 0 deletions

View File

@ -89,6 +89,10 @@
as) ASFOUND=1; ASBINARY="${BINARY}"; COMPILER_INSTALLED=1; LogText " Found known binary: as (compiler) - ${BINARY}" ;;
auditctl) AUDITCTLFOUND=1; AUDITCTLBINARY="${BINARY}"; LogText " Found known binary: auditctl (control utility for audit daemon) - ${BINARY}" ;;
autolog) AUTOLOGFOUND=1; AUTOLOGBINARY="${BINARY}"; IDLE_SESSION_KILLER_INSTALLED=1; LogText " Found known binary: autolog (idle session killer) - ${BINARY}" ;;
base64)
BASE64BINARY="${BINARY}"
LogText " Found known binary: base64 (encoding tool) - ${BINARY}"
;;
blkid)
BLKDBINARY=${BINARY}
LogText " Found known binary: blkid (information about block devices) - ${BINARY}"