summaryrefslogtreecommitdiffstats
path: root/scripts/common.sh.in
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2016-05-06 10:24:06 -0700
committerBrian Behlendorf <[email protected]>2016-05-10 11:28:54 -0700
commitf00828e5d94d4ee386d362aee4e1b37900b1322c (patch)
tree54c0b9a63b184f1f72ad9f60c51dc0bb76987f63 /scripts/common.sh.in
parent32c8c946ea3228de86946fdd637c85eeeff1726a (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.in1
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@