MFC r287220:

Fix a conversion error in rc.d/jail
This commit is contained in:
jamie 2015-12-31 01:26:43 +00:00
parent cf8c688bdf
commit f248058866

View File

@ -239,7 +239,7 @@ parse_options()
eval : \${jail_${_jv}_mount_enable:=${jail_mount_enable:-NO}}
if checkyesno jail_${_jv}_mount_enable; then
echo " allow.mount;" >> $_conf
echo " allow.mount;"
fi
extract_var $_jv set_hostname_allow allow.set_hostname YN NO