Author: bdubbs
Date: Tue Aug 25 12:47:03 2020
New Revision: 23621

Log:
Remove duplicate run-parts script from libpaper.

Modified:
   trunk/BOOK/general/genlib/libpaper.xml
   trunk/BOOK/general/sysutils/fcron.xml

Modified: trunk/BOOK/general/genlib/libpaper.xml
==============================================================================
--- trunk/BOOK/general/genlib/libpaper.xml      Tue Aug 25 10:50:36 2020        
(r23620)
+++ trunk/BOOK/general/genlib/libpaper.xml      Tue Aug 25 12:47:03 2020        
(r23621)
@@ -99,8 +99,17 @@
     </para>
 
 <screen role="root"><userinput>make install &amp;&amp;
-mkdir -vp /etc/libpaper.d &amp;&amp;
+mkdir -vp /etc/libpaper.d</userinput></screen>
 
+     <para>
+       The /etc/libpaper.d directory contains scripts to run after the paper
+       size has been changed. This package puts no scripts here, but other
+       packages may.  If the fcron package has not been installed, create the
+       <command>run-parts</command> script as shown in the <xref
+       linkend='run-parts'/> section.
+     </para>
+
+<!--
 cat &gt; /usr/bin/run-parts &lt;&lt; "EOF"
 <literal>#!/bin/sh
 # run-parts:  Runs all the scripts found in a directory.
@@ -153,7 +162,7 @@
 EOF
 
 chmod -v 755 /usr/bin/run-parts</userinput></screen>
-
+-->
   </sect2>
 
   <sect2 role="commands">
@@ -167,7 +176,7 @@
       <application>libpaper</application> expects that packages will install
       files into this directory.
     </para>
-
+<!--
     <para>
       <command>cat &gt; /usr/bin/run-parts &lt;&lt; "EOF"</command> :
       <filename>paperconfig</filename> is a script which will invoke
@@ -175,7 +184,7 @@
       class="directory">/etc/libpaper.d</filename> exists. No other BLFS
       package installs this, so we create it here.
     </para>
-
+-->
   </sect2>
 
   <sect2 role="configuration">
@@ -249,7 +258,7 @@
           </indexterm>
         </listitem>
       </varlistentry>
-
+<!--
       <varlistentry id="run-parts">
         <term><command>run-parts</command></term>
         <listitem>
@@ -261,7 +270,7 @@
           </indexterm>
         </listitem>
       </varlistentry>
-
+-->
       <varlistentry id="libpaper-lib">
         <term><filename class="libraryfile">libpaper.so</filename></term>
         <listitem>

Modified: trunk/BOOK/general/sysutils/fcron.xml
==============================================================================
--- trunk/BOOK/general/sysutils/fcron.xml       Tue Aug 25 10:50:36 2020        
(r23620)
+++ trunk/BOOK/general/sysutils/fcron.xml       Tue Aug 25 12:47:03 2020        
(r23621)
@@ -257,7 +257,7 @@
 
     </sect3>
 
-    <sect3>
+    <sect3 id="run-parts" xreflabel="Fcron Configuration Information">
       <title>Configuration Information</title>
 
       <para>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to