diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/sysklogd.xml | 3 | ||||
-rw-r--r-- | chapter06/util-linux.xml | 7 |
2 files changed, 2 insertions, 8 deletions
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</literal> EOF</userinput></screen> 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</userinput></screen> <para>This package does not come with a test suite.</para> - <para>Install the package and move the <command>logger</command> binary to - <filename class="directory">/bin</filename> as it is needed by the - LFS-Bootscripts package:</para> + <para>Install the package:</para> -<screen><userinput>make HAVE_KILL=yes HAVE_SLN=yes install -mv -v /usr/bin/logger /bin</userinput></screen> +<screen><userinput>make HAVE_KILL=yes HAVE_SLN=yes install</userinput></screen> </sect2> |