aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorSimon Perreault <nomis80@videotron.ca>2001-05-09 01:05:49 +0000
committerSimon Perreault <nomis80@videotron.ca>2001-05-09 01:05:49 +0000
commitb88080b5885e4cbef7c506801f5e9c9f0af00079 (patch)
treefcca247695e52602fbe7c4e2450cf934fa67a430 /chapter06
parent85d35c80738ce9fae9fbda110e484621ca113670 (diff)
removed the ldso section (and all references to it in the appendixes) and
replaced that by a patch to man-pages (and added references to it in all appendixes) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@602 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/chapter06.xml1
-rw-r--r--chapter06/ldso-inst.xml15
-rw-r--r--chapter06/ldso.xml7
-rw-r--r--chapter06/manpages-inst.xml2
4 files changed, 2 insertions, 23 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml
index cf197bd06..cd208ee5d 100644
--- a/chapter06/chapter06.xml
+++ b/chapter06/chapter06.xml
@@ -39,7 +39,6 @@
&c6-fileutils;
&c6-grep;
&c6-gzip;
-&c6-ldso;
&c6-lilo;
&c6-make;
&c6-modutils;
diff --git a/chapter06/ldso-inst.xml b/chapter06/ldso-inst.xml
deleted file mode 100644
index 011a87251..000000000
--- a/chapter06/ldso-inst.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<sect2>
-<title>Installation of Ld.so</title>
-
-<para>
-Install Ld.so by running the following commands:
-</para>
-
-<blockquote><literallayout>
- <userinput>cd man &amp;&amp;</userinput>
- <userinput>cp ldd.1 /usr/share/man/man1 &amp;&amp;</userinput>
- <userinput>cp *.8 /usr/share/man/man8</userinput>
-</literallayout></blockquote>
-
-</sect2>
-
diff --git a/chapter06/ldso.xml b/chapter06/ldso.xml
deleted file mode 100644
index 670f3bc2b..000000000
--- a/chapter06/ldso.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<sect1 id="ch06-ldso">
-<title>Installing Ld.so</title>
-
-&c6-ldso-inst;
-&aa-ldso-desc;
-
-</sect1>
diff --git a/chapter06/manpages-inst.xml b/chapter06/manpages-inst.xml
index e7fade0d6..cf0fbd8bb 100644
--- a/chapter06/manpages-inst.xml
+++ b/chapter06/manpages-inst.xml
@@ -6,6 +6,8 @@ Install Man-pages by running the following command:
</para>
<blockquote><literallayout>
+ <userinput>patch -Np1 -i ../man-pages-&man-pages-version;.patch
+ &amp;&amp;</userinput>
<userinput>make install</userinput>
</literallayout></blockquote>