From b60bba31924b59583a52002357ae6748cd4cf501 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 24 Jan 2020 17:39:02 +0200 Subject: Update to 0.8.3 --- zfs-functions.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 zfs-functions.patch (limited to 'zfs-functions.patch') 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' -- cgit v1.2.1