mountd(8) was changed to only abort when all given exports files cannot be
open, so we not longer has to check if /etc/zfs/exports exists.
This commit is contained in:
parent
6c90092b5a
commit
83ad9fd2d5
@ -38,7 +38,7 @@ mountd_precmd()
|
||||
fi
|
||||
fi
|
||||
|
||||
if checkyesno zfs_enable && [ -r /etc/zfs/exports ]; then
|
||||
if checkyesno zfs_enable; then
|
||||
rc_flags="${rc_flags} /etc/exports /etc/zfs/exports"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user