On 04/08/2018 12:37 AM, Aron Xu wrote: > Hi, > > This patch modifies upstream source code directly which is undesired. > Would you mind to submit the change upstream? > > > Regards, > Aron Xu >
I did not make the first patch which was created by HÃ¥kan Johansson, so I'll look into that. I did make the patch to fix the zed binary location. The debian source for 0.7.6-1 in the rules on line 74 shows: mv '$(CURDIR)/debian/tmp/sbin/zed' '$(CURDIR)/debian/tmp/usr/sbin/zed' and the configure option on line 48: --sbindir=/sbin \ The ZOL sysvinit source shows the zed binary in /sbin: https://github.com/zfsonlinux/zfs/blob/master/etc/init.d/zfs-functions.in So it would look like the zfs-functions will need to be fixed by something like the patch I submitted, or zed binary should be put back to /sbin instead of /usr/sbin/. Chris