summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2021-03-09 16:01:24 +0000
committermartin <martin@NetBSD.org>2021-03-09 16:01:24 +0000
commitc3d8ade6f8f069429fb259adbe6cd3407e0affda (patch)
tree6c23963a0e98361507c121c986088add32214b49 /etc
parent97b9b00b66daaea2eae4e744a73cbec22be323e5 (diff)
Pull up following revision(s) (requested by sborrill in ticket #1230):
etc/rc.d/mountall: revision 1.15 Need to explicitly load value of zfs variable as zfs=YES may be set in /etc/rc.conf.d/zfs, not /etc/rc.conf.
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.d/mountall3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.d/mountall b/etc/rc.d/mountall
index f3cb4a27510..73152899ffa 100755
--- a/etc/rc.d/mountall
+++ b/etc/rc.d/mountall
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: mountall,v 1.10.4.2 2020/02/25 20:03:12 martin Exp $
+# $NetBSD: mountall,v 1.10.4.3 2021/03/09 16:01:24 martin Exp $
#
# REQUIRE: mountcritremote named ypbind
@@ -35,4 +35,5 @@ mountall_stop()
}
load_rc_config $name
+load_rc_config_var zfs zfs
run_rc_command "$1"