mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-22 20:25:04 +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>
|
<listitem>
|
||||||
<para>April 13, 2006</para>
|
<para>April 13, 2006</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[archaic] - Removed boot logging rule from /etc/syslog.conf and
|
||||||
|
removed the command to move logger to /bin.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[archaic] - Added symlink from vim.1 to vi.1.</para>
|
<para>[archaic] - Added symlink from vim.1 to vi.1.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -92,9 +92,6 @@ mail.* -/var/log/mail.log
|
|||||||
user.* -/var/log/user.log
|
user.* -/var/log/user.log
|
||||||
*.emerg *
|
*.emerg *
|
||||||
|
|
||||||
# log the bootscript output:
|
|
||||||
local2.* -/var/log/boot.log
|
|
||||||
|
|
||||||
# End /etc/syslog.conf</literal>
|
# End /etc/syslog.conf</literal>
|
||||||
EOF</userinput></screen>
|
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>This package does not come with a test suite.</para>
|
||||||
|
|
||||||
<para>Install the package and move the <command>logger</command> binary to
|
<para>Install the package:</para>
|
||||||
<filename class="directory">/bin</filename> as it is needed by the
|
|
||||||
LFS-Bootscripts package:</para>
|
|
||||||
|
|
||||||
<screen><userinput>make HAVE_KILL=yes HAVE_SLN=yes install
|
<screen><userinput>make HAVE_KILL=yes HAVE_SLN=yes install</userinput></screen>
|
||||||
mv -v /usr/bin/logger /bin</userinput></screen>
|
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user