From f00828e5d94d4ee386d362aee4e1b37900b1322c Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Fri, 6 May 2016 10:24:06 -0700 Subject: Add zfs-helpers.sh script Add a script designed to facilitate in-tree development and testing by installing symlinks on your system which refer to in-tree helper utilities. These helper utilities must be installed to in order to exercise all ZFS functionality. By using symbolic links and keeping the scripts in-tree during development they can be easily modified and those changes tracked. Signed-off-by: Brian Behlendorf Signed-off-by: Olaf Faaland Closes #4607 --- scripts/common.sh.in | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/common.sh.in') diff --git a/scripts/common.sh.in b/scripts/common.sh.in index 4ce177e32..27ba88fae 100644 --- a/scripts/common.sh.in +++ b/scripts/common.sh.in @@ -37,6 +37,7 @@ bindir=@bindir@ sbindir=@sbindir@ udevdir=@udevdir@ udevruledir=@udevruledir@ +mounthelperdir=@mounthelperdir@ sysconfdir=@sysconfdir@ localstatedir=@localstatedir@ -- cgit v1.2.3