Bug 175907

Summary: handbook section 16.6.1.1 mention qjail in update message
Product: Documentation Reporter: Joe barbish <fbsd8>
Component: Books & ArticlesAssignee: 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
Following the first paragraph is a pink box which says this

Warning: This setup requires advanced experience with FreeBSD and 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 sysutils/ezjail, which provides an easier method of administering FreeBSD jails and is not as sophisticated as this setup.


Change it to read this.

Warning: This setup requires advanced experience with FreeBSD and 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 sysutils/ezjail or sysutils/qjail which provides an easier method of administering FreeBSD jails and is not as sophisticated as this setup.

Qjail is ezjail grownup. It basic functions are identical to ezjail but qjail has been continually enhanced and has far superior documentation. Since you mention ezjail in this warning qjail should also be mentioned.
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2013-02-07 10:06:57 UTC
Responsible Changed
From-To: freebsd-doc->keramida

I'll take care of this.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-07 10:31:46 UTC
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"
Comment 3 Giorgos Keramidas freebsd_committer freebsd_triage 2013-02-07 10:32:04 UTC
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.