aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorSimon Perreault <nomis80@videotron.ca>2001-03-28 01:30:03 +0000
committerSimon Perreault <nomis80@videotron.ca>2001-03-28 01:30:03 +0000
commitfea15a34d92e4f2c53318891ef983b97256e3771 (patch)
tree0fbf0f7b6ef901ed784cd2ce4f16d3e8b6c3be11 /chapter06
parenteff5d9639b87ca25fd91437440da3fb0a0a1dbc4 (diff)
Removed section about removing old nss files.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@369 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/chapter06.xml1
-rw-r--r--chapter06/removeoldnss.xml17
2 files changed, 0 insertions, 18 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml
index e22299dc6..764f9d9b0 100644
--- a/chapter06/chapter06.xml
+++ b/chapter06/chapter06.xml
@@ -56,7 +56,6 @@
&c6-textutils;
&c6-utillinux;
-&c6-nssremove;
&c6-configure;
</chapter>
diff --git a/chapter06/removeoldnss.xml b/chapter06/removeoldnss.xml
deleted file mode 100644
index 76dc4e353..000000000
--- a/chapter06/removeoldnss.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<sect1 id="ch06-removeoldnss">
-<title>Removing old NSS library files</title>
-
-<para>
-If the user copied the NSS Library files from the normal Linux system to the
-LFS system (because the normal system runs glibc-2.0) it's time to remove
-them now by running:
-</para>
-
-<blockquote><literallayout>
-
- <userinput>rm /lib/libnss*.so.1 /lib/libnss*2.0*</userinput>
-
-</literallayout></blockquote>
-
-</sect1>
-