diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-03-06 22:23:22 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-03-06 22:23:22 +0000 |
commit | 8a75933dcf85539976caef8227680de37ff0077d (patch) | |
tree | e1716ad43a3447118fb7191368dd482342eed10f /chapter01 | |
parent | 2f99b1da11aff1d893d0353657a3e03c0f43c0e8 (diff) |
Remove udev from systemd and replace with eudev
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10504 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 12 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 13 |
2 files changed, 22 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 54fd05d2d..e8a81ad44 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,18 @@ </itemizedlist> </listitem> --> + + <listitem> + <para>2014-03-03</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Remove udev from systemd and + replace with eudev. Addresses + <ulink url="&lfs-ticket-root;3504">#3504</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + <listitem> <para>2014-03-03</para> <itemizedlist> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index d1c49a003..779f7b39d 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -226,9 +226,12 @@ <title>Added:</title> <listitem><para></para></listitem> <!-- satisfy build --> - <!--<listitem> - <para>readline-6.2-fixes-2.patch</para> - </listitem>--> + <listitem> + <para>eudev-1.5.1</para> + </listitem> + <listitem> + <para>eudev-1.5.1-manpages</para> + </listitem> </itemizedlist> <itemizedlist> @@ -243,6 +246,10 @@ <para>readline-6.2-fixes-2.patch</para> </listitem> + <listitem> + <para>udev 208</para> + </listitem> + <!--<listitem> <para>texinfo-5.1-test-1.patch</para> </listitem>--> |