From: Jeremy C. Reed Date: Fri, 22 Jun 2012 17:36:11 +0000 (-0500) Subject: [master] move the "Install Hierarchy" section earlier in the install chapter X-Git-Tag: trac2351_base~196^2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1b7836d0accceff101d44219adf2a3d289d1eaf;p=thirdparty%2Fkea.git [master] move the "Install Hierarchy" section earlier in the install chapter --- diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml index 7c57581317..d781953d06 100644 --- a/doc/guide/bind10-guide.xml +++ b/doc/guide/bind10-guide.xml @@ -369,6 +369,72 @@ var/ Installation +
+ Install Hierarchy + + The following is the layout of the complete BIND 10 installation: + + + + bin/ — + general tools and diagnostic clients. + + + + + etc/bind10-devel/ — + configuration files. + + + + + lib/ — + libraries and python modules. + + + + + libexec/bind10-devel/ — + executables that a user wouldn't normally run directly and + are not run independently. + These are the BIND 10 modules which are daemons started by + the bind10 tool. + + + + + sbin/ — + commands used by the system administrator. + + + + + share/bind10-devel/ — + configuration specifications. + + + + + share/doc/bind10-devel/ — + this guide and other supplementary documentation. + + + + + share/man/ — + manual pages (online documentation). + + + + + var/bind10-devel/ — + data source and configuration databases. + + + + +
+
Building Requirements @@ -683,71 +749,6 @@ as a dependency earlier --> -
- Install Hierarchy - - The following is the layout of the complete BIND 10 installation: - - - - bin/ — - general tools and diagnostic clients. - - - - - etc/bind10-devel/ — - configuration files. - - - - - lib/ — - libraries and python modules. - - - - - libexec/bind10-devel/ — - executables that a user wouldn't normally run directly and - are not run independently. - These are the BIND 10 modules which are daemons started by - the bind10 tool. - - - - - sbin/ — - commands used by the system administrator. - - - - - share/bind10-devel/ — - configuration specifications. - - - - - share/doc/bind10-devel/ — - this guide and other supplementary documentation. - - - - - share/man/ — - manual pages (online documentation). - - - - - var/bind10-devel/ — - data source and configuration databases. - - - - -