remove removenss page

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1863 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Mark Hymers 2002-05-02 18:50:00 +00:00
parent 46e606f940
commit 9ef087369c
5 changed files with 5 additions and 16 deletions

View File

@ -27,6 +27,9 @@
</para></listitem>
<listitem><para>May 2nd, 2002 [markh]: Removed the "Removing old NSS
library files" section.</para></listitem>
<listitem><para>May 1st, 2002 [gerard]: Removed all Glibc-2.0 workarounds -
gzip patch, sh-utils patch, copying of libnss files. Also removed the
<userinput>export VAR=VALUE...unset VAR</userinput> constructions and

View File

@ -59,7 +59,6 @@
&c6-textutils;
&c6-utillinux;
&c6-bootscripts;
&c6-removeoldnss;
&c6-configure;
</chapter>

View File

@ -1,12 +0,0 @@
<sect1 id="ch06-removeoldnss">
<title>Removing old NSS library files</title>
<?dbhtml filename="removeoldnss.html" dir="chapter06"?>
<para>If you have 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>
<para><screen><userinput>rm /lib/libnss*.so.1 /lib/libnss*2.0*</userinput></screen></para>
</sect1>

View File

@ -5,7 +5,6 @@
<!ENTITY c6-chroot SYSTEM "../chapter06/chroot.xml">
<!ENTITY c6-changingowner SYSTEM "../chapter06/changingowner.xml">
<!ENTITY c6-mtablink SYSTEM "../chapter06/mtablink.xml">
<!ENTITY c6-removeoldnss SYSTEM "../chapter06/removeoldnss.xml">
<!ENTITY c6-configure SYSTEM "../chapter06/configure.xml">
<!ENTITY c6-cf-ldso SYSTEM "../chapter06/config-ldso.xml">
<!ENTITY c6-cf-keyboard SYSTEM "../chapter06/config-keyboard.xml">

View File

@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml">
<!ENTITY version "20020501">
<!ENTITY releasedate "May 1st, 2002">
<!ENTITY version "20020502">
<!ENTITY releasedate "May 2nd, 2002">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
<!ENTITY http-root "http://ftp.linuxfromscratch.org">