diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-02-20 18:54:24 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-02-22 20:10:55 +0100 |
commit | 8770c8135bb2ddd7926a227c41d25cba805eee3b (patch) | |
tree | 6f7fc7a37f66511438c0bf404d85715d85923914 /NEWS | |
parent | e7637751c4d3dbdaf9e5e13801d912389c8b7f4d (diff) | |
download | systemd-8770c8135bb2ddd7926a227c41d25cba805eee3b.tar.gz |
hostnamed: rename FallbackHostname to DefaultHostname
This follows the addition of DEFAULT_HOSTNAME= in os-release.
The distinction between the value from os-release or the env var and
the compile-time setting is not made in the api: HostnameSource is
"default" is all cases. I think that this level of detail is not needed,
because the users of this mostly care whether the hostname was set by
user configuration or not.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -184,8 +184,8 @@ CHANGES WITH 248: ignored. The goal is to honour configuration as specified by the user. - * systemd-hostnamed now exports the fallback hostname and the source of - the configured hostname ("static", "transient", or "fallback") as + * systemd-hostnamed now exports the default hostname and the source of + the configured hostname ("static", "transient", or "default") as D-Bus properties. * systemd-hostnamed now exports the HardwareVendor and HardwareModel |