diff options
author | Archaic <archaic@linuxfromscratch.org> | 2006-04-13 21:05:53 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2006-04-13 21:05:53 +0000 |
commit | 7119213047f54c6f1e3a4ca7c5e3a180a6726bb9 (patch) | |
tree | 27fb75bd0372c19a2f2e0258980ee831166fcc4d /chapter06/util-linux.xml | |
parent | ed0843e8b1fa00d2443adaa4c78370c28ed9b1f7 (diff) |
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
Diffstat (limited to 'chapter06/util-linux.xml')
-rw-r--r-- | chapter06/util-linux.xml | 7 |
1 files changed, 2 insertions, 5 deletions
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> |