aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter06/bzip2-inst.xml6
-rw-r--r--chapter07/rc.xml2
-rw-r--r--index.xml7
3 files changed, 9 insertions, 6 deletions
diff --git a/chapter06/bzip2-inst.xml b/chapter06/bzip2-inst.xml
index 1e244d197..580643476 100644
--- a/chapter06/bzip2-inst.xml
+++ b/chapter06/bzip2-inst.xml
@@ -16,8 +16,10 @@ Install Bzip2 by running the following commands:
<userinput>cp -a libbz2.so* libbz2.a /lib &amp;&amp;</userinput>
<userinput>rm /usr/lib/libbz2.a &amp;&amp;</userinput>
<userinput>cd /bin &amp;&amp;</userinput>
- <userinput>rm bunzip2 && ln -s bzip2 bunzip2 &amp;&amp;</userinput>
- <userinput>rm bzcat && ln -s bzip2 bzcat &amp;&amp;</userinput>
+ <userinput>rm bunzip2 &amp;&amp; ln -s bzip2 bunzip2
+ &amp;&amp;</userinput>
+ <userinput>rm bzcat &amp;&amp; ln -s bzip2 bzcat
+ &amp;&amp;</userinput>
<userinput>cd /usr/share/man/man1 &amp;&amp;</userinput>
<userinput>ln -s bzip2.1 bunzip2.1 &amp;&amp;</userinput>
<userinput>ln -s bzip2.1 bzcat.1 &amp;&amp;</userinput>
diff --git a/chapter07/rc.xml b/chapter07/rc.xml
index 3aba51da3..16dfe2e8a 100644
--- a/chapter07/rc.xml
+++ b/chapter07/rc.xml
@@ -85,7 +85,7 @@ runlevel=$RUNLEVEL
# was passed to this script we won't change runlevels.
#
-[ "$1" != "" ] && runlevel=$1
+[ "$1" != "" ] &amp;&amp; runlevel=$1
if [ "$runlevel" = "" ]
then
echo "Usage: $0 &lt;runlevel&gt;" &gt;&2
diff --git a/index.xml b/index.xml
index a33650729..e859aa615 100644
--- a/index.xml
+++ b/index.xml
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" [
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+ "/usr/share/docbook/docbookx.dtd" [
<!ENTITY book SYSTEM "intel/book/book.xml">
-<!ENTITY version "3.0-PRE1">
-<!ENTITY releasedate "February 27th, 2001">
+<!ENTITY version "3.0-CVS-2001-03-02">
+<!ENTITY releasedate "March 2nd, 2001">
<!ENTITY type "INTEL">
<!ENTITY ftp-root "ftp://packages.linuxfromscratch.org">