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:
-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
#