Revert the rc part of r278323 until I can figure out what Jenkins is doing.

This commit is contained in:
Jamie Gritton 2015-02-07 05:02:10 +00:00
parent cb6c101a86
commit 3f920f3f44

View File

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