Removed temporary testing of empty hostname

This commit is contained in:
mboelen 2016-03-17 16:41:36 +01:00
parent a33b3c828f
commit 5afbe1a994

3
lynis
View File

@ -473,8 +473,7 @@
Solaris) Solaris)
HOSTNAME=`uname -n` ;; HOSTNAME=`uname -n` ;;
*) *)
#HOSTNAME=`hostname -s 2> /dev/null` ;; HOSTNAME=`hostname -s 2> /dev/null` ;;
HOSTNAME=`false`
esac esac
FQDN=`hostname 2> /dev/null` FQDN=`hostname 2> /dev/null`
if [ "${OS}" = "Linux" -a "${HOSTNAME}" = "${FQDN}" ]; then if [ "${OS}" = "Linux" -a "${HOSTNAME}" = "${FQDN}" ]; then