| Summary: | handbook section 16.6.1.1 mention qjail in update message | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Joe barbish <fbsd8> |
| Component: | Books & Articles | Assignee: | Giorgos Keramidas <keramida> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Joe barbish
2013-02-07 01:00:00 UTC
Responsible Changed From-To: freebsd-doc->keramida I'll take care of this. Author: keramida Date: Thu Feb 7 10:31:38 2013 New Revision: 40900 URL: http://svnweb.freebsd.org/changeset/doc/40900 Log: Mention sysutils/qjail too as a jail management framework. It's a bit more advanced than ezjail, so it's worth pointing users to that too. PR: docs/175907 Submitted by: Joe Barbish Approved by: remko Modified: head/en_US.ISO8859-1/books/handbook/jails/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/jails/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/jails/chapter.xml Wed Feb 6 22:11:21 2013 (r40899) +++ head/en_US.ISO8859-1/books/handbook/jails/chapter.xml Thu Feb 7 10:31:38 2013 (r40900) @@ -556,6 +556,7 @@ jail_<replaceable>www</replaceable>_devf usage of its features. If the presented steps below look too complicated, it is advised to take a look at a simpler system such as <filename + role="package">sysutils/qjail</filename> or <filename role="package">sysutils/ezjail</filename>, which provides an easier method of administering &os; jails and is not as sophisticated as this setup.</para> _______________________________________________ svn-doc-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Fixed in r40900. I mention qmail first in the final diff, so that users will tend to look at that first. I hope that's a good way to get people started with the newer of the two frameworks :) Thanks for the report. |