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>2017-03-08 22:16:00 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-03-08 22:16:00 +0300
commit658bbc6eba84facdf6515c537214bd2bf5ac4759 (patch)
treec5cfdcbce80009c20e068ae5931e49b09ed46ea1 /include/profiles
parent62d9a18861f53c593e0aea763177ea78cf5833f7 (diff)
Rename host_alias to hostname_alias
Diffstat (limited to 'include/profiles')
-rw-r--r--include/profiles2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/profiles b/include/profiles
index abad736a..9a8e161a 100644
--- a/include/profiles
+++ b/include/profiles
@@ -164,7 +164,7 @@
;;
hostalias | host-alias)
- Report "host_alias=${VALUE}"
+ if [ ! -z "${VALUE}" ]; then Report "hostname_alias=${VALUE}"; fi
;;
hostid)