diff options
| author | Sean Bruno <sbruno@FreeBSD.org> | 2014-09-16 20:48:13 +0000 |
|---|---|---|
| committer | Sean Bruno <sbruno@FreeBSD.org> | 2014-09-16 20:48:13 +0000 |
| commit | cb8799d06f508f998ea8171037e95ba072adba85 (patch) | |
| tree | 1f6f84a30735d42210ca7b6d3917e3d648b05622 | |
| parent | c13a313284047bb43dc3fabbf540b3ce47d855f0 (diff) | |
Notes
| -rw-r--r-- | etc/rc.d/hv_kvpd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/hv_kvpd b/etc/rc.d/hv_kvpd index 284c7de8dff2..164ec53c2400 100644 --- a/etc/rc.d/hv_kvpd +++ b/etc/rc.d/hv_kvpd @@ -8,7 +8,7 @@ . /etc/rc.subr name="hv_kvp_daemon" -rcvar="kp_kvpd_enable" +rcvar="hv_kvpd_enable" command="/usr/sbin/${name}" required_dirs="/var/db/hyperv" |
