Author: matthew Date: 2005-08-31 12:05:31 -0600 (Wed, 31 Aug 2005) New Revision: 6784
Modified: trunk/BOOK/chapter01/changelog.xml trunk/BOOK/chapter03/packages.xml trunk/BOOK/chapter06/shadow.xml trunk/BOOK/general.ent Log: Upgrade to shadow-4.0.12 Modified: trunk/BOOK/chapter01/changelog.xml =================================================================== --- trunk/BOOK/chapter01/changelog.xml 2005-08-31 17:06:52 UTC (rev 6783) +++ trunk/BOOK/chapter01/changelog.xml 2005-08-31 18:05:31 UTC (rev 6784) @@ -114,6 +114,9 @@ </itemizedlist> </listitem> +<listitem><para>August 30th, 2005 [matt]: Upgrade to shadow-2.0.12</para> +</listitem> + <listitem><para>August 28th, 2005 [jhuntwork]: Adjusted tar commands in Bash and Glibc chapter six builds for consistency</para></listitem> Modified: trunk/BOOK/chapter03/packages.xml =================================================================== --- trunk/BOOK/chapter03/packages.xml 2005-08-31 17:06:52 UTC (rev 6783) +++ trunk/BOOK/chapter03/packages.xml 2005-08-31 18:05:31 UTC (rev 6784) @@ -347,7 +347,7 @@ </varlistentry> <varlistentry> -<term>Shadow (&shadow-version;) - 1,031 KB:</term> +<term>Shadow (&shadow-version;) - 1,057 KB:</term> <listitem> <para><ulink url="ftp://ftp.pld.org.pl/software/shadow/"/></para> <note><para>Shadow (&shadow-version;) may no longer be available at the listed Modified: trunk/BOOK/chapter06/shadow.xml =================================================================== --- trunk/BOOK/chapter06/shadow.xml 2005-08-31 17:06:52 UTC (rev 6783) +++ trunk/BOOK/chapter06/shadow.xml 2005-08-31 18:05:31 UTC (rev 6784) @@ -38,18 +38,8 @@ <para>Prepare Shadow for compilation:</para> -<screen><userinput>./configure --libdir=/lib --enable-shared --enable-shadowgrp</userinput></screen> +<screen><userinput>./configure --libdir=/lib --enable-shared</userinput></screen> -<para>The meaning of the new configure options:</para> -<variablelist> -<varlistentry> -<term><parameter>--enable-shadowgrp</parameter></term> -<listitem><para>This version of Shadow defaults to not enabling -shadow group functionality, which will cause <command>grpconv</command> to fail. -</para></listitem> -</varlistentry> -</variablelist> - <para>Disable the installation of the <command>groups</command> program and its man page, as Coreutils provides a better version:</para> <screen><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2005-08-31 17:06:52 UTC (rev 6783) +++ trunk/BOOK/general.ent 2005-08-31 18:05:31 UTC (rev 6784) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20050828"> -<!ENTITY releasedate "August 28, 2005"> +<!ENTITY version "SVN-20050831"> +<!ENTITY releasedate "August 31, 2005"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> @@ -71,7 +71,7 @@ <!ENTITY psmisc-version "21.6"> <!ENTITY readline-version "5.0"> <!ENTITY sed-version "4.1.4"> -<!ENTITY shadow-version "4.0.11.1"> +<!ENTITY shadow-version "4.0.12"> <!ENTITY sysklogd-version "1.4.1"> <!ENTITY sysvinit-version "2.86"> <!ENTITY tar-version "1.15.1"> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
