aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2002-05-02 18:50:00 +0000
committerMark Hymers <markh@linuxfromscratch.org>2002-05-02 18:50:00 +0000
commit9ef087369ca769f8f3a4ff76f7dba91a0bc80678 (patch)
tree02a882d8cf99ac477f4797847fbaab891f67635b
parent46e606f94025ac21e748e025b921ff4704008535 (diff)
remove removenss page
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1863 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter06/chapter06.xml1
-rw-r--r--chapter06/removeoldnss.xml12
-rw-r--r--entities/chapter06.ent1
-rw-r--r--index.xml4
5 files changed, 5 insertions, 16 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 51cc75e47..28156400e 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -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
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml
index 2db19f760..5f0ce67bb 100644
--- a/chapter06/chapter06.xml
+++ b/chapter06/chapter06.xml
@@ -59,7 +59,6 @@
&c6-textutils;
&c6-utillinux;
&c6-bootscripts;
-&c6-removeoldnss;
&c6-configure;
</chapter>
diff --git a/chapter06/removeoldnss.xml b/chapter06/removeoldnss.xml
deleted file mode 100644
index 1f63dff1c..000000000
--- a/chapter06/removeoldnss.xml
+++ /dev/null
@@ -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>
-
diff --git a/entities/chapter06.ent b/entities/chapter06.ent
index fe0b910a1..1a9c479d5 100644
--- a/entities/chapter06.ent
+++ b/entities/chapter06.ent
@@ -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">
diff --git a/index.xml b/index.xml
index 686809e65..f0f5fa7c6 100644
--- a/index.xml
+++ b/index.xml
@@ -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">