diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/util-linux.xml | 8 |
2 files changed, 10 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 001f2a80d..8f66846c9 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -81,6 +81,10 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>February 28, 2005 [matt]: Move /usr/bin/logger to /bin +as the bootscripts need it there. Fixes bug 1035.</para> +</listitem> + <listitem><para>February 28, 2005 [matt]: Upgraded to iana-etc-1.04</para> </listitem> diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index 3e65fa838..a66b859f7 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -79,9 +79,13 @@ by Glibc) from being built and installed again.</para></listitem> <para>This package does not come with a test suite.</para> -<para>Install the package:</para> +<para>Install the package and move the <command>logger</command> binary to +<filename class="directory">/bin</filename> as it is needed by the bootscripts: +</para> -<screen><userinput>make HAVE_KILL=yes HAVE_SLN=yes install</userinput></screen> +<screen><userinput>make HAVE_KILL=yes HAVE_SLN=yes install +mv /usr/bin/logger /bin</userinput> +</screen> </sect2> |