Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/rc.d Add missing rcvar=$name



details:   https://anonhg.NetBSD.org/src/rev/1f0238cdc061
branches:  trunk
changeset: 846933:1f0238cdc061
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Dec 04 16:46:50 2019 +0000

description:
Add missing rcvar=$name

diffstat:

 etc/rc.d/zfs |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r c061c253a576 -r 1f0238cdc061 etc/rc.d/zfs
--- a/etc/rc.d/zfs      Wed Dec 04 15:31:12 2019 +0000
+++ b/etc/rc.d/zfs      Wed Dec 04 16:46:50 2019 +0000
@@ -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"
 



Home | Main Index | Thread Index | Old Index