K 10 svn:author V 3 hrs K 8 svn:date V 27 2015-07-08T00:51:53.382263Z K 7 svn:log V 253 Fix offset calculation in variable substitution in jail.conf. The following did not work correctly: A="A_${B}_C_${D}" B="BBBBB" D="DDDD_${E}_FFFFF" E="EEEEE" PR: 189139 Reviewed by: jamie Differential Revision: https://reviews.freebsd.org/D3018 END