Ignore:
Timestamp:
03/11/2018 06:11:34 PM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
1ec4f1ae
Parents:
3a58850
Message:

Rmove installation of help2man from lsb_release, and reference GNU help2man
in packages that can use it (maybe not complete)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/lsb-release.xml

    r3a58850 r7f80ece  
    7979
    8080<screen role="root"><userinput>install -v -m 644 lsb_release.1 /usr/share/man/man1 &amp;&amp;
    81 install -v -m 755 lsb_release   /usr/bin            &amp;&amp;
    82 install -v -m 755 help2man      /usr/bin</userinput></screen>
     81install -v -m 755 lsb_release   /usr/bin</userinput></screen>
    8382
    8483  </sect2>
     
    9392        Be sure that the DISTRIB_CODENAME entry has been set properly.
    9493      </para>
    95 <!--
    96       <para>
    97         Add the current package version to <filename>/etc/lsb-release</filename>.
    98         As the <systemitem class="username">root</systemitem> user:
    99       </para>
    10094
    101 <screen><userinput>echo 'LSB_VERSION="&lsb-release-version;"' >> /etc/lsb-release</userinput></screen>
    102 -->
    10395  </sect2>
    10496
     
    113105      <seglistitem>
    114106        <seg>
    115            lsb_release and
    116            help2man
     107           lsb_release
    117108        </seg>
    118109        <seg>None</seg>
     
    135126        </listitem>
    136127      </varlistentry>
    137 
    138       <varlistentry id="help2man">
    139         <term><command>help2man</command></term>
    140         <listitem>
    141           <para>is a perl script to generate a man page from '--help'
    142           and '--version' output.</para>
    143           <indexterm zone="lsb-release help2man">
    144             <primary sortas="b-help2man">help2man</primary>
    145           </indexterm>
    146         </listitem>
    147       </varlistentry>
    148128    </variablelist>
    149129
Note: See TracChangeset for help on using the changeset viewer.