Ignore:
Timestamp:
08/25/2020 07:47:03 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
db0c8b4
Parents:
4e8fa51
Message:

Remove duplicate run-parts script from libpaper.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23621 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libpaper.xml

    r4e8fa51 r4fda2677  
    100100
    101101<screen role="root"><userinput>make install &amp;&amp;
    102 mkdir -vp /etc/libpaper.d &amp;&amp;
    103 
     102mkdir -vp /etc/libpaper.d</userinput></screen>
     103
     104     <para>
     105       The /etc/libpaper.d directory contains scripts to run after the paper
     106       size has been changed. This package puts no scripts here, but other
     107       packages may.  If the fcron package has not been installed, create the
     108       <command>run-parts</command> script as shown in the <xref
     109       linkend='run-parts'/> section.
     110     </para>
     111
     112<!--
    104113cat &gt; /usr/bin/run-parts &lt;&lt; "EOF"
    105114<literal>#!/bin/sh
     
    154163
    155164chmod -v 755 /usr/bin/run-parts</userinput></screen>
    156 
     165-->
    157166  </sect2>
    158167
     
    168177      files into this directory.
    169178    </para>
    170 
     179<!--
    171180    <para>
    172181      <command>cat &gt; /usr/bin/run-parts &lt;&lt; "EOF"</command> :
     
    176185      package installs this, so we create it here.
    177186    </para>
    178 
     187-->
    179188  </sect2>
    180189
     
    250259        </listitem>
    251260      </varlistentry>
    252 
     261<!--
    253262      <varlistentry id="run-parts">
    254263        <term><command>run-parts</command></term>
     
    262271        </listitem>
    263272      </varlistentry>
    264 
     273-->
    265274      <varlistentry id="libpaper-lib">
    266275        <term><filename class="libraryfile">libpaper.so</filename></term>
Note: See TracChangeset for help on using the changeset viewer.