Home | History | Annotate | Download | only in rc.d

Lines Matching refs:zfs

3 # $NetBSD: zfs,v 1.6 2021/08/03 05:15:20 mlelstv Exp $
6 # PROVIDE: zfs
12 name="zfs"
19 if [ -x /sbin/zfs ]; then
20 # Get ZFS module loaded (and thereby, zvols created).
21 /sbin/zfs list > /dev/null 2>&1
23 warn "zfs module may not have loaded, may not be present in the kernel, or /dev/zfs may be missing"
31 if [ -x /sbin/zfs ]; then
32 modunload zfs