diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-05-28 11:25:43 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-05-28 11:25:43 +0000 |
commit | ec20811ee7ea3af328207b72144049d17e44f86d (patch) | |
tree | 4b6efd90db5b06e313034fb1ae688fcc7caadf4b /chapter06/shadow.xml | |
parent | 20643e2a652a307acc62cf63898e30fb7f47df9c (diff) |
Tagging fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7634 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r-- | chapter06/shadow.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index cb606490b..33d46289f 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -131,9 +131,9 @@ convert-mans UTF-8 ISO-8859-9 man/tr/*.?</userinput></screen> etc/login.defs > /etc/login.defs</userinput></screen> <note> - <para>If you built Shadow with Cracklib support, run the following:</para> + <para>If you built Shadow with Cracklib support, run the following:</para> -<screen><literal>sed -i 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' /etc/login.defs</literal></screen> +<screen role="nodump"><userinput>sed -i 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' /etc/login.defs</userinput></screen> </note> <para>Move a misplaced program to its proper location:</para> |