summaryrefslogtreecommitdiff
path: root/zfs-functions.patch
diff options
context:
space:
mode:
Diffstat (limited to 'zfs-functions.patch')
-rw-r--r--zfs-functions.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/zfs-functions.patch b/zfs-functions.patch
new file mode 100644
index 0000000..45bd32b
--- /dev/null
+++ b/zfs-functions.patch
@@ -0,0 +1,17 @@
+--- a/etc/zfs/zfs-functions
++++ b/etc/zfs/zfs-functions
+@@ -88,10 +88,10 @@
+ fi
+
+ # Paths to what we need
+-ZFS="/usr/local/sbin/zfs"
+-ZED="/usr/local/sbin/zed"
+-ZPOOL="/usr/local/sbin/zpool"
+-ZPOOL_CACHE="/usr/local/etc/zfs/zpool.cache"
++ZFS="/usr/bin/zfs"
++ZED="/usr/bin/zed"
++ZPOOL="/usr/bin/zpool"
++ZPOOL_CACHE="/etc/zfs/zpool.cache"
+
+ # Sensible defaults
+ ZFS_MOUNT='yes'