cvs commit: src/share/man/man5 rc.conf.5 src/etc/rc.d jail
Florent Thoumie
flz at FreeBSD.org
Fri May 5 09:58:14 UTC 2006
flz 2006-05-05 09:58:13 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6_1)
share/man/man5 rc.conf.5
etc/rc.d jail
Log:
MFC:
- Add following global jail options, used if no jail-specific options are
set:
* jail_mount_enable
* jail_devfs_ruleset
* jail_devfs_enable
* jail_fdescfs_enable
* jail_procfs_enable
* jail_fstab
* jail_flags
- Add a jail_interface / jail_<jid>_interface option. An ip alias will be
created (jail_<jid>_ip) on jail_interface or jail_<jid>_interface if set.
This is not a mandatory option.
- Document all missing jail_* options in rc.conf(5).
src/share/man/man5/rc.conf.5: rev 1.289 -> 1.290
src/etc/rc.d/jail: rev 1.26 -> 1.27
Approved by: re (scottl)
Revision Changes Path
1.23.2.3.2.1 +17 -9 src/etc/rc.d/jail
1.256.2.20.2.1 +177 -6 src/share/man/man5/rc.conf.5
More information about the cvs-src
mailing list