diff options
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index bf656eac0..e2421b124 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,13 @@ <para>2007-02-09</para> <itemizedlist> <listitem> + <para>[matthew] - Move <command>readlink</command> to + <filename class="directory">/bin</filename> because + <function>sysreadlink</function> in Udev's shell functions may call + it before <filename class="directory">/usr</filename> has been + mounted. Fixes <ulink url="&lfs-ticket-root;1913">#1913</ulink></para> + </listitem> + <listitem> <para>[matthew] - Remove some <command>chmod</command> and <command>chown</command> commands from DB, NCurses and Readline as they are no longer required with recent upstream versions. Fixes |