aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/shadow.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-04-05 19:03:40 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-04-05 19:03:40 +0000
commit1652151de9125c3833f105f68e11a7a043f30aee (patch)
treec6cc6e0c79fefba166b122130e65f68703e14615 /chapter06/shadow.xml
parent9e85ca23f4e4297faa57808098b5d0211f58d4ef (diff)
Fixes for PDF output.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8015 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r--chapter06/shadow.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml
index 4ea7d8f79..91f614110 100644
--- a/chapter06/shadow.xml
+++ b/chapter06/shadow.xml
@@ -51,7 +51,8 @@
<para>Prepare Shadow for compilation:</para>
-<screen><userinput>./configure --libdir=/lib --sysconfdir=/etc --enable-shared --without-selinux</userinput></screen>
+<screen><userinput>./configure --libdir=/lib --sysconfdir=/etc --enable-shared \
+ --without-selinux</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
@@ -108,7 +109,8 @@ convert-mans UTF-8 ISO-8859-9 man/tr/*.?</userinput></screen>
<note>
<para>If you built 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>
+<screen role="nodump"><userinput>sed -i 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' \
+ etc/login.defs</userinput></screen>
</note>
<para>Compile the package:</para>