I have a question regarding the following warning when using Ezjail-3.4.1 on FreeBSD 10.2 /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* var "enter code here" iables is obsolete. Please consider to migrate to /etc/jail.conf "enter code here"It is my understanding that this has changed in FreeBSD 9.0 but since 10.2 the new way is the default method and that warning is being generated.I haven't been able to find any information about this on google, a lot of users mentioning the errors but ignoring them because their jails still work.AFAIK in 10.0 the rc.d/jail script converts the old-style jail_ variables into a temporary jail.conf to handle the jail. So the warning is generated by rc.d/jail
Regards Mr-Hill