sys-fs/zfs: update live ebuild
authorGeorgy Yakovlev <gyakovlev@gentoo.org>
Fri, 17 May 2019 18:49:17 +0000 (11:49 -0700)
committerGeorgy Yakovlev <gyakovlev@gentoo.org>
Fri, 17 May 2019 21:15:32 +0000 (14:15 -0700)
commite021b64de0dc396a0e5fd0c38347a353ac073081
tree34c8c844e2dfd2d48c36f8e13f8a092f87e605e0
parent5286d0e2a00e995e6aa6e31e6219f713b1d847d9
sys-fs/zfs: update live ebuild

pass --localstatedir="/var", not /var/lib

otherwise pid files end up in /var/lib/run, which is wrong.
localstatedir is only used to define runstatedir

AC_SUBST([runstatedir], ['${localstatedir}/run'])

the following will change:

zed pid and state file location
(assuming /var/run is a symlink to /run)
/var/lib/run/zed.{pid,state} -> /var/run/zed.{pid,state}

zfs-list.cache.new will be temporary generated there.

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
sys-fs/zfs/zfs-9999.ebuild