aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-03-05 20:31:28 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-03-05 20:31:28 +0000
commit3bc007754de9dcdb1a6d5bd7127f58ecb204f42d (patch)
treedea057a5ec12b8a098bcbefc17dab4a294aabf7f
parentdebe1b56f3a5c008c40942617a509e2263c1ea18 (diff)
xml fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1667 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/bootscripts-inst.xml2
-rw-r--r--chapter06/create-utmp.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/bootscripts-inst.xml b/chapter06/bootscripts-inst.xml
index 2e7556e41..d0bef6d87 100644
--- a/chapter06/bootscripts-inst.xml
+++ b/chapter06/bootscripts-inst.xml
@@ -3,7 +3,7 @@
<para>Install LFS-Bootscripts by running the following command:</para>
-<para><screen><userinput>cp -a rc.d sysconfig /etc &&
+<para><screen><userinput>cp -a rc.d sysconfig /etc &amp;&amp;
chown -R root.root /etc/rc.d /etc/sysconfig</userinput></screen></para>
</sect2>
diff --git a/chapter06/create-utmp.xml b/chapter06/create-utmp.xml
index cba14660b..56ea77790 100644
--- a/chapter06/create-utmp.xml
+++ b/chapter06/create-utmp.xml
@@ -11,7 +11,7 @@ bad login attempts.</para>
<para>Create these files with their proper permissions by running the
following commands:</para>
-<para><screen><userinput>touch /var/run/utmp /var/log/{btmp,lastlog,wtmp} &&
+<para><screen><userinput>touch /var/run/utmp /var/log/{btmp,lastlog,wtmp} &amp;&amp;
chmod 644 /var/run/utmp /var/log/{btmp,lastlog,wtmp}</userinput></screen></para>
</sect2>