Index: libexec/rc/rc.d/zfs =================================================================== --- libexec/rc/rc.d/zfs +++ libexec/rc/rc.d/zfs @@ -25,13 +25,6 @@ zfs_start_main() { - local cachefile - - for cachefile in /boot/zfs/zpool.cache /etc/zfs/zpool.cache; do - if [ -r $cachefile ]; then - zpool import -c $cachefile -a - fi - done zfs mount -va zfs share -a if [ ! -r /etc/zfs/exports ]; then