summaryrefslogtreecommitdiff
path: root/zfs-functions.patch
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-01-24 17:39:02 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-01-24 17:39:02 +0200
commitb60bba31924b59583a52002357ae6748cd4cf501 (patch)
tree17dba68bd05ec75a7c9aa7c521b0eb4b479d4207 /zfs-functions.patch
parentupgpkg: zfs-utils 0.8.2-2 (diff)
downloadzfs-utils-b60bba31924b59583a52002357ae6748cd4cf501.tar.xz
Update to 0.8.3
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'