Browse Source

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
Archaic 19 years ago
parent
commit
7119213047
3 changed files with 6 additions and 8 deletions
  1. 4 0
      chapter01/changelog.xml
  2. 0 3
      chapter06/sysklogd.xml
  3. 2 5
      chapter06/util-linux.xml

+ 4 - 0
chapter01/changelog.xml

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

+ 0 - 3
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>
 

+ 2 - 5
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>