Author: thomas Date: 2008-12-20 11:03:07 -0700 (Sat, 20 Dec 2008) New Revision: 7657
Modified: trunk/BOOK/general.ent trunk/BOOK/general/sysutils/pciutils.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Upgrade pciutils-3.0.3 (fixes #2586) Modified: trunk/BOOK/general/sysutils/pciutils.xml =================================================================== --- trunk/BOOK/general/sysutils/pciutils.xml 2008-12-20 10:06:48 UTC (rev 7656) +++ trunk/BOOK/general/sysutils/pciutils.xml 2008-12-20 18:03:07 UTC (rev 7657) @@ -6,8 +6,8 @@ <!ENTITY pciutils-download-http "http://www.kernel.org/pub/software/utils/pciutils/pciutils-&pciutils-version;.tar.bz2"> <!ENTITY pciutils-download-ftp "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-&pciutils-version;.tar.bz2"> - <!ENTITY pciutils-md5sum "86cc20eaa0360587497a8105d33e57fc"> - <!ENTITY pciutils-size "1.1 MB"> + <!ENTITY pciutils-md5sum "7c891d039c8e7a7ec73ff2fc8317e21c"> + <!ENTITY pciutils-size "256 KB"> <!ENTITY pciutils-buildsize "3.3 MB"> <!ENTITY pciutils-time "less than 0.1 SBU"> ]> @@ -66,8 +66,7 @@ <para>Install <application>PCI Utilities</application> by running the following commands:</para> -<screen><userinput>sed -i 's/null ;/null 2>\&1 ;/' update-pciids.sh && -make PREFIX=/usr</userinput></screen> +<screen><userinput>make PREFIX=/usr</userinput></screen> <para>This package does not come with a test suite.</para> @@ -85,19 +84,6 @@ </sect2> - <sect2 role="commands"> - <title>Command Explanations</title> - - <para><command>sed -i 's/null ;/null 2>\&1 ;/' - update-pciids.sh</command>: This command suppresses some unneeded screen - output from the <command>update-pciids</command> command if you don't have - either <application>Lynx</application>, <application>Wget</application>, - or <application>Curl</application> installed by redirecting the stderr - output of the embedded <command>which</command> command to - <filename>/dev/null</filename>.</para> - - </sect2> - <sect2 role="configuration"> <title>Configuring PCI Utilities</title> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2008-12-20 10:06:48 UTC (rev 7656) +++ trunk/BOOK/general.ent 2008-12-20 18:03:07 UTC (rev 7657) @@ -193,7 +193,7 @@ <!ENTITY which-version "2.20"> <!ENTITY unzip-version "5.52"> <!ENTITY zip-version "2.32"> -<!ENTITY pciutils-version "2.2.3"> +<!ENTITY pciutils-version "3.0.3"> <!ENTITY usbutils-version "0.72"> <!ENTITY pkgconfig-version "0.23"> <!ENTITY cpio-version "2.9"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2008-12-20 10:06:48 UTC (rev 7656) +++ trunk/BOOK/introduction/welcome/changelog.xml 2008-12-20 18:03:07 UTC (rev 7657) @@ -52,6 +52,9 @@ <listitem> <para>[ag] - Updated to zsh-4.3.9.</para> </listitem> + <listitem> + <para>[thomas] - Updated to pcutils-3.0.3 (#2586).</para> + </listitem> </itemizedlist> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
