diff options
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/sysklogd.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e5fef3ff0..dbe6ba9f5 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,11 @@ <para>2009-02-08</para> <itemizedlist> <listitem> + <para>[matthew] - Install sysklogd binaries to + <filename class="directory">/sbin</filename> for FHS compatibility. + Fixes <ulink url="&lfs-ticket-root;2317">#2317</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Replaced the link to the now non-existent udev-FAQ to a more general udev information page. Fixes <ulink url="&lfs-ticket-root;2306">#2306</ulink>.</para> diff --git a/chapter06/sysklogd.xml b/chapter06/sysklogd.xml index f26d8df58..a5e936178 100644 --- a/chapter06/sysklogd.xml +++ b/chapter06/sysklogd.xml @@ -49,7 +49,7 @@ <para>Install the package:</para> -<screen><userinput remap="install">make install</userinput></screen> +<screen><userinput remap="install">make BINDIR=/sbin install</userinput></screen> </sect2> |