summaryrefslogtreecommitdiff
path: root/setup-hostname.in
AgeCommit message (Collapse)Author
2022-05-11setup-hostname: -h does not return errorNatanael Copa
running -h should return success Hide -n from help test, as it is not encouraged, but we keep it for backwards compat.
2022-03-16fix PREFIX in *.inNick Hanley
Commit ec0c7a7 changed the sed expression for PREFIX injection but forgot to update the scripts.
2021-11-16setup-hostname: FQDN names can be 255 charsNatanael Copa
fixes commit c389289ec481 (setup-hostname: Add support for FQDN)
2021-11-16setup-hostname: Fix flag in usage textLukas Bestle
2021-11-16setup-hostname: Add support for FQDNLukas Bestle
Closes #10450.
2021-01-08setup-hostname: use ask for consistencyNatanael Copa
2016-11-02indent heredocs and replace echos with heredoc where appropriateJakub Jirutka
2016-11-02replace deprecated `...` syntax with $(...) in shell scriptsJakub Jirutka
2016-11-02fix mixed tabs & spaces and surplus empty lines at EOFJakub Jirutka
2015-04-28setup-hostname: fix validation when non-interacitveNatanael Copa
When we specify the hostname as an arg we run the tool non-interactively and we only set it if the specified hostname is valid.
2015-04-28setup-hostname: fix name clash with openrc HOSTNAMENatanael Copa
openrc will set HOSTNAME to "(none)" which makes setup-hostname script go nuts.
2014-04-23setup-hostname: remove -n optionNatanael Copa
but accept it for compat reasons
2014-04-23fix permissionsNatanael Copa
2011-08-05setup-hostname: add an option to specify hostnameJeff Bilyk
2009-08-19setup-hostname: validate the given hostnameNatanael Copa
2009-05-06move to .in filesNatanael Copa