summaryrefslogtreecommitdiffstats
path: root/lib/libzfs/.gitignore
diff options
context:
space:
mode:
authorRichard Laager <[email protected]>2020-02-06 09:28:20 -0800
committerTony Hutter <[email protected]>2020-05-12 10:53:32 -0700
commite1b0704568b1674f47d43786180613e585aea2cf (patch)
treee33084882342e16b10e28b876ccc545b879c027a /lib/libzfs/.gitignore
parentd7c076c793652a6fccd4aa4ff160d9ebbd7eb3e1 (diff)
Fix zfs-functions packaging bug
This fixes a bug where the generated zfs-functions was being included along with original zfs-functions.in in the make dist tarball. This caused an unfortunate series of events during build/packaging that resulted in the RPM-installed /etc/zfs/zfs-functions listing the paths as: ZFS="/usr/local/sbin/zfs" ZED="/usr/local/sbin/zed" ZPOOL="/usr/local/sbin/zpool" When they should have been: ZFS="/sbin/zfs" ZED="/sbin/zed" ZPOOL="/sbin/zpool" This affects init.d (non-systemd) distros like CentOS 6. /etc/default/zfs and /etc/zfs/zfs-functions are also used by the initramfs, so they need to be built even when init.d support is not. They have been moved to the (new) etc/default and (existing) etc/zfs source directories, respectively. Fixes: #9443 Co-authored-by: Tony Hutter <[email protected]> Signed-off-by: Richard Laager <[email protected]>
Diffstat (limited to 'lib/libzfs/.gitignore')
0 files changed, 0 insertions, 0 deletions