Author: archaic
Date: 2006-04-13 15:05:53 -0600 (Thu, 13 Apr 2006)
New Revision: 7513

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/sysklogd.xml
   trunk/BOOK/chapter06/util-linux.xml
Log:
Removed boot logging rule from /etc/syslog.conf and removed the command to move 
logger to /bin. (ticket #1746).

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2006-04-13 20:51:02 UTC (rev 7512)
+++ trunk/BOOK/chapter01/changelog.xml  2006-04-13 21:05:53 UTC (rev 7513)
@@ -40,6 +40,10 @@
       <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>
         <listitem>

Modified: trunk/BOOK/chapter06/sysklogd.xml
===================================================================
--- trunk/BOOK/chapter06/sysklogd.xml   2006-04-13 20:51:02 UTC (rev 7512)
+++ trunk/BOOK/chapter06/sysklogd.xml   2006-04-13 21:05:53 UTC (rev 7513)
@@ -92,9 +92,6 @@
 user.* -/var/log/user.log
 *.emerg *
 
-# log the bootscript output:
-local2.* -/var/log/boot.log
-
 # End /etc/syslog.conf</literal>
 EOF</userinput></screen>
 

Modified: trunk/BOOK/chapter06/util-linux.xml
===================================================================
--- trunk/BOOK/chapter06/util-linux.xml 2006-04-13 20:51:02 UTC (rev 7512)
+++ trunk/BOOK/chapter06/util-linux.xml 2006-04-13 21:05:53 UTC (rev 7513)
@@ -98,12 +98,9 @@
 
     <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>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to