summary refs log tree commit diff
path: root/pkgs/os-specific/linux/zfs/mount_zfs_prefix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/linux/zfs/mount_zfs_prefix.patch')
-rw-r--r--pkgs/os-specific/linux/zfs/mount_zfs_prefix.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/pkgs/os-specific/linux/zfs/mount_zfs_prefix.patch b/pkgs/os-specific/linux/zfs/mount_zfs_prefix.patch
deleted file mode 100644
index 49ad88fc3a4..00000000000
--- a/pkgs/os-specific/linux/zfs/mount_zfs_prefix.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -crN '--exclude=.git' zfs-0.60-rc11/cmd/mount_zfs/Makefile.am zfs/cmd/mount_zfs/Makefile.am
-*** zfs-0.60-rc11/cmd/mount_zfs/Makefile.am 2012-10-22 10:26:07.066205000 -0700
---- zfs/cmd/mount_zfs/Makefile.am 2012-10-22 11:16:21.859286000 -0700
-***************
-*** 7,14 ****
-  #
-  # Ignore the prefix for the mount helper.  It must be installed in /sbin/
-  # because this path is hardcoded in the mount(8) for security reasons.
-  #
-- sbindir=/sbin
-  sbin_PROGRAMS = mount.zfs
-
-  mount_zfs_SOURCES = \
---- 7,16 ----
-  #
-  # Ignore the prefix for the mount helper.  It must be installed in /sbin/
-  # because this path is hardcoded in the mount(8) for security reasons.
-+ #
-+ # ... except on nixos, where it really is /var/run/current-system/sw/sbin,
-+ # which is where this will end up if we put it in ${out}/sbin.
-  #
-  sbin_PROGRAMS = mount.zfs
-
-  mount_zfs_SOURCES = \