Author: randy Date: 2010-11-01 17:13:37 -0600 (Mon, 01 Nov 2010) New Revision: 8656
Modified: trunk/BOOK/general.ent trunk/BOOK/postlfs/security/shadow.xml Log: Fixed a typo in the Shadow instructions Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2010-10-31 23:02:27 UTC (rev 8655) +++ trunk/BOOK/general.ent 2010-11-01 23:13:37 UTC (rev 8656) @@ -3,13 +3,13 @@ $Date$ --> -<!ENTITY day "31"> <!-- Always 2 digits --> -<!ENTITY month "10"> <!-- Always 2 digits --> +<!ENTITY day "02"> <!-- Always 2 digits --> +<!ENTITY month "11"> <!-- Always 2 digits --> <!ENTITY year "2010"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "svn-&year;&month;&day;"> -<!ENTITY releasedate "October &day;st, &year;"> +<!ENTITY releasedate "November &day;nd, &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] --> Modified: trunk/BOOK/postlfs/security/shadow.xml =================================================================== --- trunk/BOOK/postlfs/security/shadow.xml 2010-10-31 23:02:27 UTC (rev 8655) +++ trunk/BOOK/postlfs/security/shadow.xml 2010-11-01 23:13:37 UTC (rev 8656) @@ -452,7 +452,7 @@ # always allow root auth sufficient pam_rootok.so -auto include system-auth +auth include system-auth # include the default account settings account include system-account -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
