From 3a1f2d533d471f38a01d33d6ade63e8b5a6377ad Mon Sep 17 00:00:00 2001 From: beren12 Date: Thu, 28 Feb 2019 15:07:03 -0500 Subject: [PATCH] Remove zfs-zed hard dep from zfs-share init script Reviewed-by: Brian Behlendorf Reviewed-by: bunder2015 Signed-off-by: Chris Zubrzycki Closes #8447 --- etc/init.d/zfs-share.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/init.d/zfs-share.in b/etc/init.d/zfs-share.in index ce3cc1cc29c0..bdbadf6fefb2 100644 --- a/etc/init.d/zfs-share.in +++ b/etc/init.d/zfs-share.in @@ -9,8 +9,8 @@ # ### BEGIN INIT INFO # Provides: zfs-share -# Required-Start: $local_fs $network $remote_fs zfs-mount zfs-zed -# Required-Stop: $local_fs $network $remote_fs zfs-mount zfs-zed +# Required-Start: $local_fs $network $remote_fs zfs-mount +# Required-Stop: $local_fs $network $remote_fs zfs-mount # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Should-Start: iscsi iscsitarget istgt scst @NFS_SRV@ samba samba4 zfs-mount zfs-zed