Tagging fix

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7634 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Manuel Canales Esparcia 2006-05-28 11:25:43 +00:00
parent 20643e2a65
commit ec20811ee7
2 changed files with 4 additions and 4 deletions

View File

@ -131,9 +131,9 @@ convert-mans UTF-8 ISO-8859-9 man/tr/*.?</userinput></screen>
etc/login.defs &gt; /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>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20060527">
<!ENTITY releasedate "May 27, 2006">
<!ENTITY version "SVN-20060528">
<!ENTITY releasedate "May 28, 2006">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->