diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-02-09 21:03:49 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-02-09 21:03:49 +0000 |
commit | 5735d994ec174e4c7a26e5de8f7d8ca4758e72c4 (patch) | |
tree | 74073167d059102fdff6d5d5690a4bdf8b8d3e0c /chapter01 | |
parent | 2c69ed48649f6980bf10bb7b28173937cb7a6543 (diff) |
Move readlink to /bin so that Udev rules can use it before /usr is mounted. Fixes #1913.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7919 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 |