]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Change the "jail_" prefix for internal script variables. This fixes an
authorFlorent Thoumie <flz@FreeBSD.org>
Thu, 11 May 2006 14:23:43 +0000 (14:23 +0000)
committerFlorent Thoumie <flz@FreeBSD.org>
Thu, 11 May 2006 14:23:43 +0000 (14:23 +0000)
commitb246e9314d7c6a2f57e343096f8068bf2eabf0c9
treed1f35ad9ac90ddf99478f2e51708284ec6e86bf4
parent8fc80fd71f1e8fc47496a35aea7ac417846da9e4
- Change the "jail_" prefix for internal script variables. This fixes an
issue where some global jail_* variables were overriden in the script. [1]
- Change "jid" to "jname" in rc.conf(5), since it's more a jail name than a
jail id. [1]
- Update examples and comments in defaults/rc.conf to advertise new
variables and the fact that some of the jail-specific variables may be made
jail-global. [2]

Reported by: pjd [1], clsung [2]
Approved by: cperciva
X-MFC after: i got sufficient testing from people using rc.d/jail
etc/defaults/rc.conf
etc/rc.d/jail
share/man/man5/rc.conf.5