Index: jail =================================================================== RCS file: /home/ncvs/src/etc/rc.d/jail,v retrieving revision 1.34 diff -u -r1.34 jail --- jail 30 May 2006 16:20:48 -0000 1.34 +++ jail 26 Jun 2006 12:27:08 -0000 @@ -21,13 +21,14 @@ init_variables() { _j="$1" + _name="$1" # This is for convenience only. if [ -z "$_j" ]; then warn "init_variables: you must specify a jail" return fi - eval _rootdir=\"\$jail_${_j}_rootdir\" + eval _rootdir=\"\${jail_${_j}_rootdir:-${jail_rootdir}}\" _devdir="${_rootdir}/dev" _fdescdir="${_devdir}/fd" _procdir="${_rootdir}/proc"