From 1e975be89670f53db47aeef3dbb3361166517c26 Mon Sep 17 00:00:00 2001 From: Alex Xu <351006+Hello71@users.noreply.github.com> Date: Thu, 29 Jul 2021 17:05:27 +0000 Subject: [PATCH] conf.d/hostname: clarify hostname variable usage https://gitlab.alpinelinux.org/alpine/aports/-/issues/9744 This fixes #433. --- conf.d/hostname | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/hostname b/conf.d/hostname index ebdc8f1b..afb8bf57 100644 --- a/conf.d/hostname +++ b/conf.d/hostname @@ -1,2 +1,2 @@ -# Set to the hostname of this machine +# Hostname fallback if /etc/hostname does not exist hostname="localhost"