diff options
author | Simon Perreault <nomis80@videotron.ca> | 2001-03-28 01:30:03 +0000 |
---|---|---|
committer | Simon Perreault <nomis80@videotron.ca> | 2001-03-28 01:30:03 +0000 |
commit | fea15a34d92e4f2c53318891ef983b97256e3771 (patch) | |
tree | 0fbf0f7b6ef901ed784cd2ce4f16d3e8b6c3be11 | |
parent | eff5d9639b87ca25fd91437440da3fb0a0a1dbc4 (diff) |
Removed section about removing old nss files.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@369 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/chapter06.xml | 1 | ||||
-rw-r--r-- | chapter06/removeoldnss.xml | 17 | ||||
-rw-r--r-- | index.xml | 5 |
3 files changed, 2 insertions, 21 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> - @@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "intel/book/book.xml"> -<!ENTITY version "3.0-CVS-2001-03-25"> -<!ENTITY releasedate "March 25th, 2001"> +<!ENTITY version "3.0-CVS-2001-03-27"> +<!ENTITY releasedate "March 27th, 2001"> <!ENTITY type "INTEL"> <!ENTITY ftp-root "ftp://packages.linuxfromscratch.org"> @@ -306,7 +306,6 @@ <!ENTITY c6-consoledata-inst SYSTEM "intel/chapter6/consoledata-inst.xml"> <!ENTITY c6-manpages SYSTEM "intel/chapter6/manpages.xml"> <!ENTITY c6-manpages-inst SYSTEM "intel/chapter6/manpages-inst.xml"> -<!ENTITY c6-nssremove SYSTEM "intel/chapter6/removeoldnss.xml"> <!ENTITY c6-configure SYSTEM "intel/chapter6/configure.xml"> <!ENTITY c6-cf-glibc SYSTEM "intel/chapter6/config-glibc.xml"> <!ENTITY c6-cf-ldso SYSTEM "intel/chapter6/config-ldso.xml"> |