aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-03-20 12:14:48 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-03-20 12:14:48 +0000
commit85acbcbb780ca03772d1cfe35994bd5dc144b6d2 (patch)
tree6697ea75a2658d55d2a9805f809ab0bd2f5c7056 /chapter01
parenta9db1e1dabfb7edfe16ffa1f9ad9dd936d86367a (diff)
Keep readlink in /usr/bin instead of moving it to /bin. It's not specified in the FHS, nor is it required by the bootscripts.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8844 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 7e2caae6c..70339ca37 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -38,6 +38,17 @@
-->
<listitem>
+ <para>2009-03-20</para>
+ <itemizedlist>
+ <listitem>
+ <para>[matthew] - Don't move readlink to /bin. It's not specified by
+ the FHS and not required by the bootscripts, so can stay in
+ /usr/bin. Thanks to Archaic for the report.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2009-03-15</para>
<itemizedlist>
<listitem>