Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/etc/rc.d Pull up following revision(s) (requested by sbor...
details: https://anonhg.NetBSD.org/src/rev/65cf5909a864
branches: netbsd-9
changeset: 953461:65cf5909a864
user: martin <martin%NetBSD.org@localhost>
date: Tue Mar 09 16:01:24 2021 +0000
description:
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:
etc/rc.d/mountall | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r a79945c21fb8 -r 65cf5909a864 etc/rc.d/mountall
--- a/etc/rc.d/mountall Tue Mar 09 15:54:32 2021 +0000
+++ b/etc/rc.d/mountall Tue Mar 09 16:01:24 2021 +0000
@@ -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 @@
}
load_rc_config $name
+load_rc_config_var zfs zfs
run_rc_command "$1"
Home |
Main Index |
Thread Index |
Old Index