summaryrefslogtreecommitdiffstats
path: root/zfs-script-config.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 /zfs-script-config.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 'zfs-script-config.sh.in')
-rw-r--r--zfs-script-config.sh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/zfs-script-config.sh.in b/zfs-script-config.sh.in
index 37ce37679..5ebaf6977 100644
--- a/zfs-script-config.sh.in
+++ b/zfs-script-config.sh.in
@@ -19,9 +19,11 @@ export ZPIOSPROFILEDIR=${BUILDDIR}/scripts/zpios-profile
export ETCDIR=${SRCDIR}/etc
export TESTSDIR=${SRCDIR}/tests
export RUNFILEDIR=${TESTSDIR}/runfiles
+export UDEVRULEDIR=${BUILDDIR}/udev/rules.d
export ZDB=${CMDDIR}/zdb/zdb
export ZFS=${CMDDIR}/zfs/zfs
+export ZHACK=${CMDDIR}/zhack/zhack
export ZINJECT=${CMDDIR}/zinject/zinject
export ZPOOL=${CMDDIR}/zpool/zpool
export ZTEST=${CMDDIR}/ztest/ztest