From bb1f9a492d7d2eef330c65e52129fce88728e253 Mon Sep 17 00:00:00 2001 From: jmcneill Date: Wed, 4 Dec 2019 16:46:50 +0000 Subject: Add missing rcvar=$name --- etc/rc.d/zfs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/rc.d/zfs b/etc/rc.d/zfs index 53f23c4e642..f54305ce180 100644 --- a/etc/rc.d/zfs +++ b/etc/rc.d/zfs @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: zfs,v 1.2 2019/12/01 21:00:43 jmcneill Exp $ +# $NetBSD: zfs,v 1.3 2019/12/04 16:46:50 jmcneill Exp $ # # PROVIDE: zfs @@ -10,6 +10,7 @@ $_rc_subr_loaded . /etc/rc.subr name="zfs" +rcvar=$name start_cmd="zfs_start" stop_cmd="zfs_stop" -- cgit