aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Huntwork <jhuntwork@linuxfromscratch.org>2008-04-05 01:03:00 +0000
committerJeremy Huntwork <jhuntwork@linuxfromscratch.org>2008-04-05 01:03:00 +0000
commit0b8bbee302fe39205f1251671d255f6eb739cbb2 (patch)
tree86c35f04ae5ef2916673d2316baf365feec86d82
parent6bf97d681201f0f703e05d97233d3c94bf9a8be2 (diff)
Two minor textual improvments
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8515 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/shadow.xml2
-rw-r--r--chapter06/util-linux-ng.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml
index e5d1b4896..7fd226a51 100644
--- a/chapter06/shadow.xml
+++ b/chapter06/shadow.xml
@@ -113,7 +113,7 @@ convert-mans UTF-8 ISO-8859-9 man/tr/*.?</userinput></screen>
-e 's@/var/spool/mail@/var/mail@' etc/login.defs</userinput></screen>
<note>
- <para>If you built Shadow with Cracklib support, run the following:</para>
+ <para>If you chose to build Shadow with Cracklib support, run the following:</para>
<screen role="nodump"><userinput>sed -i 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' \
etc/login.defs</userinput></screen>
diff --git a/chapter06/util-linux-ng.xml b/chapter06/util-linux-ng.xml
index 46b86874f..5cb412262 100644
--- a/chapter06/util-linux-ng.xml
+++ b/chapter06/util-linux-ng.xml
@@ -64,6 +64,8 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
<screen><userinput remap="make">make</userinput></screen>
+ <para>Install the package:</para>
+
<screen><userinput remap="install">make install</userinput></screen>
</sect2>