From 7119213047f54c6f1e3a4ca7c5e3a180a6726bb9 Mon Sep 17 00:00:00 2001 From: Archaic Date: Thu, 13 Apr 2006 21:05:53 +0000 Subject: Removed boot logging rule from /etc/syslog.conf and removed the command to move logger to /bin. (ticket #1746). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7513 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/sysklogd.xml | 3 --- chapter06/util-linux.xml | 7 ++----- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'chapter06') 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 -- cgit v1.2.3-54-g00ecf