aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/rc.d/zfs
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rc/rc.d/zfs')
-rwxr-xr-xlibexec/rc/rc.d/zfs7
1 files changed, 0 insertions, 7 deletions
diff --git a/libexec/rc/rc.d/zfs b/libexec/rc/rc.d/zfs
index 69e3ad5ce671..2d35f9b54642 100755
--- a/libexec/rc/rc.d/zfs
+++ b/libexec/rc/rc.d/zfs
@@ -25,13 +25,6 @@ zfs_start_jail()
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