Changeset 7539c30e
- Timestamp:
- 09/02/2019 06:12:40 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.1, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 6c3d8a47
- Parents:
- cdb3add2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/sysutils/lsb-tools.xml
rcdb3add2 r7539c30e 73 73 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 74 74 75 <screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen> 75 <screen role="root"><userinput>python3 setup.py install --optimize=1 && 76 ln -sv /usr/lib/lsb/install_initd /usr/sbin && 77 ln -sv /usr/lib/lsb/remove_initd /usr/sbin</userinput></screen> 76 78 77 79 </sect2> … … 102 104 <seglistitem> 103 105 <seg> 104 / sbin/lsb_release, /usr/lib/lsb/install_initd,106 /usr/bin/lsb_release, /usr/lib/lsb/install_initd, 105 107 and /usr/lib/lsb/remove_initd 106 108 </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> 108 110 </seglistitem> 109 111 </segmentedlist> … … 133 135 </varlistentry> 134 136 <varlistentry id="remove_initd"> 135 <term><command> lsb_release</command></term>137 <term><command>remove_initd</command></term> 136 138 <listitem> 137 139 <para>is a script to deactivate SysV startup scripts.</para>
Note:
See TracChangeset
for help on using the changeset viewer.