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
path: root/lynis
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2016-04-23 18:42:40 +0300
committermboelen <michael@cisofy.com>2016-04-23 18:42:40 +0300
commit7823cf60f5bbc8d2fb0cf897e67e8dbdc98d2b19 (patch)
tree185e6fb39df065f58632ba922a197e4708ddd1c8 /lynis
parentb336304ae641e7dd0b213c7a7be7fe4e220e2ce1 (diff)
Changed text when no auditor name is specified
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis2
1 files changed, 1 insertions, 1 deletions
diff --git a/lynis b/lynis
index 20c4020d..5438fa1e 100755
--- a/lynis
+++ b/lynis
@@ -280,7 +280,7 @@ ${NORMAL}
fi
# Initialize and check profile file, auditor name, log file and report file
- if [ "${AUDITORNAME}" = "" ]; then AUDITORNAME="[Unknown]"; fi
+ if [ "${AUDITORNAME}" = "" ]; then AUDITORNAME="[Not Specified]"; fi
if [ "${LOGFILE}" = "" ]; then LOGFILE="/var/log/lynis.log"; fi
if [ "${REPORTFILE}" = "" ]; then REPORTFILE="/var/log/lynis-report.dat"; fi
#