Changeset 7539c30e for general/sysutils


Ignore:
Timestamp:
09/02/2019 06:12:40 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
6c3d8a47
Parents:
cdb3add2
Message:

Minor fixups for lsb-tools.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/lsb-tools.xml

    rcdb3add2 r7539c30e  
    7373     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    7474
    75 <screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen>
     75<screen role="root"><userinput>python3 setup.py install --optimize=1       &amp;&amp;
     76ln -sv /usr/lib/lsb/install_initd /usr/sbin &amp;&amp;
     77ln -sv /usr/lib/lsb/remove_initd  /usr/sbin</userinput></screen>
    7678
    7779  </sect2>
     
    102104      <seglistitem>
    103105        <seg>
    104            /sbin/lsb_release, /usr/lib/lsb/install_initd,
     106           /usr/bin/lsb_release, /usr/lib/lsb/install_initd,
    105107           and /usr/lib/lsb/remove_initd
    106108        </seg>
    107         <seg>/usr/lib/python3.7/site-packaes/lsbtools</seg>
     109        <seg>/usr/lib/lsb and /usr/lib/python3.7/site-packaes/lsbtools</seg>
    108110      </seglistitem>
    109111    </segmentedlist>
     
    133135      </varlistentry>
    134136      <varlistentry id="remove_initd">
    135         <term><command>lsb_release</command></term>
     137        <term><command>remove_initd</command></term>
    136138        <listitem>
    137139          <para>is a script to deactivate SysV startup scripts.</para>
Note: See TracChangeset for help on using the changeset viewer.