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
This commit is contained in:
Archaic 2006-04-13 21:05:53 +00:00
parent ed0843e8b1
commit 7119213047
3 changed files with 6 additions and 8 deletions

View File

@ -39,6 +39,10 @@
<listitem>
<para>April 13, 2006</para>
<itemizedlist>
<listitem>
<para>[archaic] - Removed boot logging rule from /etc/syslog.conf and
removed the command to move logger to /bin.</para>
</listitem>
<listitem>
<para>[archaic] - Added symlink from vim.1 to vi.1.</para>
</listitem>

View File

@ -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>

View File

@ -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>