Fix a conversion error in rc.d/jail

This commit is contained in:
Peter Wemm 2015-08-27 20:52:41 +00:00
parent 40aa80a7c2
commit 336318a8fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287220

View File

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