diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index db8833af9..3f7def9b1 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,10 @@ April 13, 2006 + + [archaic] - Removed boot logging rule from /etc/syslog.conf and + removed the command to move logger to /bin. + [archaic] - Added symlink from vim.1 to vi.1. diff --git a/chapter06/sysklogd.xml b/chapter06/sysklogd.xml index 239280dc9..8deea18c8 100644 --- a/chapter06/sysklogd.xml +++ b/chapter06/sysklogd.xml @@ -92,9 +92,6 @@ mail.* -/var/log/mail.log user.* -/var/log/user.log *.emerg * -# log the bootscript output: -local2.* -/var/log/boot.log - # End /etc/syslog.conf EOF diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index 2ea754fae..a646590c5 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -98,12 +98,9 @@ mkdir -p /var/lib/hwclock This package does not come with a test suite. - Install the package and move the logger binary to - /bin as it is needed by the - LFS-Bootscripts package: + Install the package: -make HAVE_KILL=yes HAVE_SLN=yes install -mv -v /usr/bin/logger /bin +make HAVE_KILL=yes HAVE_SLN=yes install