diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-08-03 02:59:46 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-08-03 02:59:46 +0000 |
commit | 0bf4dfe63c985c180eaa7feadf6a4703f2dc9fd4 (patch) | |
tree | 399eb0c562e7692a0ee6825f9f6abafaa8f2386a /chapter06 | |
parent | 93756f6c999e053b261d34e92707576bb0725680 (diff) |
Move sed to be after acl.
Remove reference to obsolete /proc/ksyms in modules boot script.
Change internal references to svn to an entitiy.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10671 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/chapter06.xml | 2 | ||||
-rw-r--r-- | chapter06/db.xml | 4 | ||||
-rw-r--r-- | chapter06/gcc.xml | 2 | ||||
-rw-r--r-- | chapter06/iproute2.xml | 2 | ||||
-rw-r--r-- | chapter06/shadow.xml | 2 | ||||
-rw-r--r-- | chapter06/vim.xml | 4 |
6 files changed, 8 insertions, 8 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index d10b804a5..e26144bdd 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -28,13 +28,13 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mpfr.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mpc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sed.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bzip2.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkgconfig.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="attr.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="acl.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sed.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcap.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shadow.xml"/> diff --git a/chapter06/db.xml b/chapter06/db.xml index 5549c2ed4..e3c185362 100644 --- a/chapter06/db.xml +++ b/chapter06/db.xml @@ -42,7 +42,7 @@ <para>There are instructions to build this package in the BLFS book if you need to build the RPC server or additional language bindings. The additional language bindings will require additional packages to be - installed. See <ulink url="&blfs-root;view/svn/server/databases.html#db"/> + installed. See <ulink url="&blfs-root;view/&short-version;/server/databases.html#db"/> for suggested installation instructions.</para> <para>Also, GDBM <emphasis>could</emphasis> be used in place of Berkeley @@ -52,7 +52,7 @@ installed, not with GDBM. If you fully understand the risks versus benefits of using GDBM and wish to use it anyway, see the BLFS instructions located at <ulink - url="&blfs-root;view/svn/general/gdbm.html"/></para> + url="&blfs-root;view/&short-version;/general/gdbm.html"/></para> </tip> diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index b8b91f5de..e7efba79a 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -78,7 +78,7 @@ cd ../gcc-build</userinput></screen> <para>Note that for other languages, there are some prerequisites that are not yet available. See the - <ulink url="&blfs-root;view/svn/general/gcc.html">BLFS Book</ulink> + <ulink url="&blfs-root;view/&short-version;/general/gcc.html">BLFS Book</ulink> for instructions on how to build all of GCC's supported languages.</para> <variablelist> diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index d86037f33..5f4c98d66 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -46,7 +46,7 @@ common requirement on a base Linux system, remove the dependency on Berkeley DB by applying the commands below. If the <command>arpd</command> binary is needed, instructions for compiling Berkeley DB can be found in the BLFS Book - at <ulink url="&blfs-root;view/svn/server/databases.html#db"/>. + at <ulink url="&blfs-root;view/&short-version;/server/databases.html#db"/>. </para> <screen><userinput remap="pre">sed -i '/^TARGETS/s@arpd@@g' misc/Makefile diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 19086094a..a44fd17a7 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -43,7 +43,7 @@ <note> <para>If you would like to enforce the use of strong passwords, refer to - <ulink url="&blfs-root;view/svn/postlfs/cracklib.html"/> for installing + <ulink url="&blfs-root;view/&short-version;/postlfs/cracklib.html"/> for installing CrackLib prior to building Shadow. Then add <parameter>--with-libcrack</parameter> to the <command>configure</command> command below.</para> diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 840440cac..edadde175 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -34,7 +34,7 @@ <para>If you prefer another editor—such as Emacs, Joe, or Nano—please refer to <ulink - url="&blfs-root;view/svn/postlfs/editors.html"/> for suggested + url="&blfs-root;view/&short-version;/postlfs/editors.html"/> for suggested installation instructions.</para> </tip> @@ -119,7 +119,7 @@ done</userinput></screen> additional libraries to be installed. For more information on this process, refer to the Vim documentation and the Vim installation page in the BLFS book at <ulink - url="&blfs-root;view/svn/postlfs/vim.html"/>.</para> + url="&blfs-root;view/&short-version;/postlfs/vim.html"/>.</para> </sect2> |