Un-revert the r278323 again - whatever Jenkins/kyua is up it, it has

nothing to do with this.
This commit is contained in:
Jamie Gritton 2015-02-10 00:48:51 +00:00
parent 842ab62b05
commit 0639437b99
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=278480

View File

@ -233,8 +233,7 @@ parse_options()
fi
eval : \${jail_${_j}_procfs_enable:=${jail_procfs_enable:-NO}}
if checkyesno jail_${_j}_procfs_enable; then
echo " mount += " \
"\"procfs ${_rootdir%/}/proc procfs rw 0 0\";"
echo " mount.procfs;"
fi
eval : \${jail_${_j}_mount_enable:=${jail_mount_enable:-NO}}