mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-25 14:49:20 +01:00
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:
parent
ed0843e8b1
commit
7119213047
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user