diff options
author | Brian Behlendorf <[email protected]> | 2016-05-06 10:24:06 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-05-10 11:28:54 -0700 |
commit | f00828e5d94d4ee386d362aee4e1b37900b1322c (patch) | |
tree | 54c0b9a63b184f1f72ad9f60c51dc0bb76987f63 /scripts/common.sh.in | |
parent | 32c8c946ea3228de86946fdd637c85eeeff1726a (diff) |
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 <[email protected]>
Signed-off-by: Olaf Faaland <[email protected]>
Closes #4607
Diffstat (limited to 'scripts/common.sh.in')
-rw-r--r-- | scripts/common.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
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@ |