From owner-svn-doc-head@FreeBSD.ORG Fri Mar 14 02:36:36 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A711A16D; Fri, 14 Mar 2014 02:36:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 934DDEB2; Fri, 14 Mar 2014 02:36:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2E2aaXu026125; Fri, 14 Mar 2014 02:36:36 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2E2aaQO026124; Fri, 14 Mar 2014 02:36:36 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201403140236.s2E2aaQO026124@svn.freebsd.org> From: Warren Block Date: Fri, 14 Mar 2014 02:36:36 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44230 - head/en_US.ISO8859-1/books/handbook/jails X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2014 02:36:36 -0000 Author: wblock Date: Fri Mar 14 02:36:36 2014 New Revision: 44230 URL: http://svnweb.freebsd.org/changeset/doc/44230 Log: Restore tags and class="directory" to some filenames. 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 Fri Mar 14 02:25:37 2014 (r44229) +++ head/en_US.ISO8859-1/books/handbook/jails/chapter.xml Fri Mar 14 02:36:36 2014 (r44230) @@ -257,7 +257,7 @@ is not affected by it. The &man.jail.8; manual page is quite clear about the procedure for building a jail: - &prompt.root; setenv D /here/is/the/jail + &prompt.root; setenv D /here/is/the/jail &prompt.root; mkdir -p $D &prompt.root; cd /usr/src &prompt.root; make buildworld @@ -270,10 +270,11 @@ Selecting a location for a jail is the best starting point. This is where the jail will physically reside within the file system of the jail's host. A good choice can be - /usr/jail/jailname, + /usr/jail/jailname, where jailname is the hostname identifying the jail. The - /usr/ file system + /usr/ file system usually has enough space for the jail file system, which for complete jails is, essentially, a replication of every file present in a default installation of the &os; @@ -299,10 +300,10 @@ make installs every needed configuration file. In simple words, it installs every installable file of - /usr/src/etc/ to the - /etc directory of the + /usr/src/etc/ to the + /etc directory of the jail environment: - $D/etc/. + $D/etc/. @@ -380,8 +381,8 @@ jail_www_devf start or stop a jail by hand, if an entry for it exists in rc.conf: - &prompt.root; service jail start www -&prompt.root; service jail stop www + &prompt.root; service jail start www +&prompt.root; service jail stop www A clean way to shut down a &man.jail.8; is not available at the moment. This is because commands normally used to @@ -503,7 +504,7 @@ jail_www_devf used to start a shell in a jail to do administration in it; for example: - &prompt.root; jexec 1 tcsh + &prompt.root; jexec 1 tcsh @@ -841,13 +842,13 @@ jail_www_devfs_enable="YES"The reason why the jail_name_rootdir variable is set to - /usr/home + /usr/home instead of - /home is that + /home is that the physical path of the - /home directory + /home directory on a default &os; installation is - /usr/home. The + /usr/home. The jail_name_rootdir variable must not be set to a path which includes a symbolic link, otherwise the