Index: head/etc/rc.d/hv_kvpd =================================================================== --- head/etc/rc.d/hv_kvpd (revision 271688) +++ head/etc/rc.d/hv_kvpd (revision 271689) @@ -1,16 +1,16 @@ #!/bin/sh # # $FreeBSD$ # # PROVIDE: hv_kvpd . /etc/rc.subr name="hv_kvp_daemon" -rcvar="kp_kvpd_enable" +rcvar="hv_kvpd_enable" command="/usr/sbin/${name}" required_dirs="/var/db/hyperv" load_rc_config $name run_rc_command "$1"