mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Updae currency script for elfutils
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11420 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
540dde151e
commit
36d2dccc79
@ -120,7 +120,7 @@
|
|||||||
ownership at whatever <systemitem
|
ownership at whatever <systemitem
|
||||||
class="filesystem">devtmpfs</systemitem> used initially.</para> </sect3>
|
class="filesystem">devtmpfs</systemitem> used initially.</para> </sect3>
|
||||||
|
|
||||||
<sect3>
|
<sect3 id="module-loading">
|
||||||
<title>Module Loading</title>
|
<title>Module Loading</title>
|
||||||
|
|
||||||
<para>Device drivers compiled as modules may have aliases built into them.
|
<para>Device drivers compiled as modules may have aliases built into them.
|
||||||
|
@ -233,6 +233,9 @@ EOF</userinput></screen>
|
|||||||
<device> is an absolute path in /dev or /sys such as /dev/sr0 or
|
<device> is an absolute path in /dev or /sys such as /dev/sr0 or
|
||||||
/sys/class/rtc.</para>
|
/sys/class/rtc.</para>
|
||||||
|
|
||||||
|
<para>For information on kernel module loading and udev, see
|
||||||
|
<xref linkend="module-loading"/>.</para>
|
||||||
|
<!--
|
||||||
<sect3>
|
<sect3>
|
||||||
<title>Module Loading</title>
|
<title>Module Loading</title>
|
||||||
|
|
||||||
@ -265,7 +268,7 @@ EOF</userinput></screen>
|
|||||||
protocols, filesystems and NLS support on demand.</para>
|
protocols, filesystems and NLS support on demand.</para>
|
||||||
|
|
||||||
</sect3>
|
</sect3>
|
||||||
|
-->
|
||||||
<sect3>
|
<sect3>
|
||||||
<title>Handling Hotpluggable/Dynamic Devices</title>
|
<title>Handling Hotpluggable/Dynamic Devices</title>
|
||||||
|
|
||||||
|
@ -109,6 +109,7 @@ function get_packages( $package, $dirpath )
|
|||||||
if ( $package == "check" ) $dirpath = "https://github.com/libcheck/check/releases";
|
if ( $package == "check" ) $dirpath = "https://github.com/libcheck/check/releases";
|
||||||
if ( $package == "e2fsprogs" ) $dirpath = "http://sourceforge.net/projects/e2fsprogs/files/e2fsprogs";
|
if ( $package == "e2fsprogs" ) $dirpath = "http://sourceforge.net/projects/e2fsprogs/files/e2fsprogs";
|
||||||
if ( $package == "expat" ) $dirpath = "http://sourceforge.net/projects/expat/files";
|
if ( $package == "expat" ) $dirpath = "http://sourceforge.net/projects/expat/files";
|
||||||
|
if ( $package == "elfutils" ) $dirpath = "https://sourceware.org/ftp/elfutils";
|
||||||
if ( $package == "expect" ) $dirpath = "http://sourceforge.net/projects/expect/files";
|
if ( $package == "expect" ) $dirpath = "http://sourceforge.net/projects/expect/files";
|
||||||
if ( $package == "file" ) $dirpath = "https://github.com/file/file/releases";
|
if ( $package == "file" ) $dirpath = "https://github.com/file/file/releases";
|
||||||
if ( $package == "flex" ) $dirpath = "https://github.com/westes/flex/releases";
|
if ( $package == "flex" ) $dirpath = "https://github.com/westes/flex/releases";
|
||||||
@ -242,6 +243,9 @@ if ( $package == "vim" ) $dirpath = "ftp://ftp.vim.org/pub/vim/unix";
|
|||||||
if ( $package == "expect" )
|
if ( $package == "expect" )
|
||||||
return find_max( $lines, "/expect/", "/^.*expect(\d[\d\.]+\d).tar.*$/" );
|
return find_max( $lines, "/expect/", "/^.*expect(\d[\d\.]+\d).tar.*$/" );
|
||||||
|
|
||||||
|
if ( $package == "elfutils" )
|
||||||
|
return find_max( $lines, "/^\d/", "/^(\d[\d\.]+\d)\/.*$/" );
|
||||||
|
|
||||||
if ( $package == "XML-Parser" )
|
if ( $package == "XML-Parser" )
|
||||||
{
|
{
|
||||||
$max = find_max( $lines, "/$package/", "/^.*$package-([\d\._]*\d).tar.*$/" );
|
$max = find_max( $lines, "/$package/", "/^.*$package-([\d\._]*\d).tar.*$/" );
|
||||||
|
Loading…
Reference in New Issue
Block a user