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:
Pawel Jakub Dawidek 2007-04-13 10:29:25 +00:00
parent 6c90092b5a
commit 83ad9fd2d5

View File

@ -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