From f059361f2c2544d87e94bfa48d8d83b298b8c6f7 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 16 May 2020 22:44:51 +0300 Subject: Update to 0.8.4 --- zfs-functions.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 zfs-functions.patch (limited to 'zfs-functions.patch') diff --git a/zfs-functions.patch b/zfs-functions.patch deleted file mode 100644 index 45bd32b..0000000 --- a/zfs-functions.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- 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