aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-02-08 21:56:17 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-02-08 21:56:17 +0000
commit0d16287199d0d3808777dd4f7ab01cf05aa55b4c (patch)
tree0e0de15cb556353dc26cd51d936d9f1046c41ce7
parente3bc7f5d0dc1f409075b44c80c286fd4c416911c (diff)
Install sysklogd's binaries to /sbin for FHS compatibility. Fixes #2317.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8813 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml5
-rw-r--r--chapter06/sysklogd.xml2
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>