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/bd27f3098e8e
branches: trunk
changeset: 465813:bd27f3098e8e
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 bf4207098636 -r bd27f3098e8e 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