aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zgenhostid/Makefile.am
diff options
context:
space:
mode:
authorAntonio Russo <[email protected]>2021-01-21 13:58:24 -0700
committerGitHub <[email protected]>2021-01-21 12:58:24 -0800
commit0ae733c7a42d91b0955ca5394b4dba4eb9c76dca (patch)
treedaad100b055e80079e1d112734c58c2b311841f2 /cmd/zgenhostid/Makefile.am
parent2d8f72d76c8b928c51d38d50a3f4f75144db3f85 (diff)
Install zgenhostid to sbindir
zgenhostid(8) is used to modify or create /etc/hostid. This administrative tool is currently installed to bindir. System utilities are typically placed in sbin. Modify the installation directory for zgenhostid. Additionally, track this change in its use in dracut and the rpm installation. Authored-by: наб <[email protected]> Authored-by: Antonio Russo <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Antonio Russo <[email protected]> Closes #11485
Diffstat (limited to 'cmd/zgenhostid/Makefile.am')
-rw-r--r--cmd/zgenhostid/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zgenhostid/Makefile.am b/cmd/zgenhostid/Makefile.am
index 0ba791f7c..87a42de5f 100644
--- a/cmd/zgenhostid/Makefile.am
+++ b/cmd/zgenhostid/Makefile.am
@@ -1,5 +1,5 @@
include $(top_srcdir)/config/Rules.am
-bin_PROGRAMS = zgenhostid
+sbin_PROGRAMS = zgenhostid
zgenhostid_SOURCES = zgenhostid.c