aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-08-08 18:07:31 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-08-08 18:07:31 +0000
commita7b54820aca6c6d0e87d4aaa0ccc04741b640ba7 (patch)
tree9bf4d3fd868b3f24eee8dead476ab5738155b375 /chapter06
parentd96d594f12991bdb7d583d603831b4ff3a50d679 (diff)
Small tag fix.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6634 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/shadow.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml
index 7252d7272..793e885f6 100644
--- a/chapter06/shadow.xml
+++ b/chapter06/shadow.xml
@@ -76,8 +76,9 @@ file while copying it to its destination:</para>
<note><para>If you built Shadow with Cracklib support, insert the following into
the <command>sed</command> given below:</para>
-<para><literal>-e 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@'</literal>
-</para></note>
+
+<screen><literal>-e 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@'</literal></screen>
+</note>
<screen><userinput>sed -e's@#MD5_CRYPT_ENAB.no@MD5_CRYPT_ENAB yes@' \
-e 's@/var/spool/mail@/var/mail@' \