]> granicus.if.org Git - zfs/commit
Make directory into which mount.zfs is installed configurable
authorRichard Yao <richard.yao@clusterhq.com>
Fri, 29 Aug 2014 18:16:41 +0000 (14:16 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 28 Oct 2014 16:40:59 +0000 (09:40 -0700)
commit60e9f69c975b1ee40de2f91783e2817be44ec8a7
tree1fbeccd81770385695c30f43d16f19183e066b3f
parentd8d78267214b17ffa5f1f0ae0695d69bb8d6b767
Make directory into which mount.zfs is installed configurable

Installing outside of the prefix is not permissible under Gentoo Prefix.
The package manager will cause the installation process to fail if/when
it sees this. I could script a workaround inside the ebuild, but it
seemed to make more sense to make this more configurable.

Signed-off-by: Richard Yao <richard.yao@clusterhq.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #2641
cmd/mount_zfs/Makefile.am
config/mount-helper.m4 [new file with mode: 0644]
config/user.m4