aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2014-09-17 02:32:22 +0000
committerXin LI <delphij@FreeBSD.org>2014-09-17 02:32:22 +0000
commit76cd7220b53b6483fe2f2c44dccf152ae2b3f43c (patch)
tree58786bc3c1dfc4c908ece1d82cc44b797fc8f4ec /etc/defaults
parent6574b8ed19b093f0af09501d2c9676c28993cb97 (diff)
Notes
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 5efe78b9c166..b24e869cdd43 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -684,8 +684,6 @@ jail_enable="NO" # Set to NO to disable starting of any jails
jail_parallel_start="NO" # Start jails in the background
jail_list="" # Space separated list of names of jails
-hv_kvpd_enable="NO" # Start the Hyper-V key-value Pair Driver hv_kvp(4)
-
##############################################################
### Define source_rc_confs, the mechanism used by /etc/rc.* ##
### scripts to source rc_conf_files overrides safely. ##