From 0d16287199d0d3808777dd4f7ab01cf05aa55b4c Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 8 Feb 2009 21:56:17 +0000 Subject: 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 --- chapter01/changelog.xml | 5 +++++ chapter06/sysklogd.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e5fef3ff0..dbe6ba9f5 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ 2009-02-08 + + [matthew] - Install sysklogd binaries to + /sbin for FHS compatibility. + Fixes #2317. + [matthew] - Replaced the link to the now non-existent udev-FAQ to a more general udev information page. Fixes 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 @@ Install the package: -make install +make BINDIR=/sbin install -- cgit v1.2.3-54-g00ecf