summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2011-02-27 19:44:10 +0000
committerpjd <pjd@FreeBSD.org>2011-02-27 19:44:10 +0000
commitea88e61483fdb0d49b73b7d1b11d290295d2764d (patch)
tree7503bba3376d7a428ff2267467bccab3eb953ea3 /etc/rc.d
parent1b03c5bf41222b723415638f03e00ed12cac076a (diff)
downloadFreeBSD-src-ea88e61483fdb0d49b73b7d1b11d290295d2764d.zip
FreeBSD-src-ea88e61483fdb0d49b73b7d1b11d290295d2764d.tar.gz
Commit two more files missed in r219089.
MFC after: 1 month
Diffstat (limited to 'etc/rc.d')
-rwxr-xr-xetc/rc.d/zvol2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/rc.d/zvol b/etc/rc.d/zvol
index 62c9015..b52f4ce 100755
--- a/etc/rc.d/zvol
+++ b/etc/rc.d/zvol
@@ -17,7 +17,6 @@ required_modules="zfs"
zvol_start()
{
- zfs volinit
# Enable swap on ZVOLs with property org.freebsd:swap=on.
zfs list -H -o org.freebsd:swap,name -t volume | \
while read state name; do
@@ -40,7 +39,6 @@ zvol_stop()
;;
esac
done
- zfs volfini
}
load_rc_config $name
OpenPOWER on IntegriCloud