diff options
author | Antonio Russo <[email protected]> | 2021-01-21 13:58:24 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-21 12:58:24 -0800 |
commit | 0ae733c7a42d91b0955ca5394b4dba4eb9c76dca (patch) | |
tree | daad100b055e80079e1d112734c58c2b311841f2 /rpm | |
parent | 2d8f72d76c8b928c51d38d50a3f4f75144db3f85 (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 'rpm')
-rw-r--r-- | rpm/generic/zfs.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in index ef0699d36..f1f09f635 100644 --- a/rpm/generic/zfs.spec.in +++ b/rpm/generic/zfs.spec.in @@ -442,7 +442,7 @@ systemctl --system daemon-reload >/dev/null || true # Core utilities %{_sbindir}/* %{_bindir}/raidz_test -%{_bindir}/zgenhostid +%{_sbindir}/zgenhostid %{_bindir}/zvol_wait # Optional Python 2/3 scripts %{_bindir}/arc_summary |