mirror of
https://aur.archlinux.org/zfs-utils.git
synced 2025-08-05 20:58:29 +02:00
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:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user