upgpkg: zfs-utils 0.7.13-1

upstream release

Restore hostid handling erroneously removed long ago by archzfs -- not
enforcing its use by default is reasonable, ignoring it when it is
present and explicitly desired by the user, is not reasonable.
This commit is contained in:
Eli Schwartz
2019-03-04 16:59:44 -05:00
parent 31ab0959f2
commit f18efa1dc4
3 changed files with 6 additions and 5 deletions

View File

@@ -40,6 +40,7 @@ build() {
[[ -f /etc/zfs/zpool.cache ]] && add_file "/etc/zfs/zpool.cache"
[[ -f /etc/modprobe.d/zfs.conf ]] && add_file "/etc/modprobe.d/zfs.conf"
[[ -f /etc/hostid ]] && add_file "/etc/hostid"
}
help() {