source: general/sysutils/lsb-tools.xml

trunk
Last change on this file was ab0e364, checked in by Douglas R. Reno <renodr@…>, 2 months ago

Pre-reboot tags

  • Property mode set to 100644
File size: 5.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5
6 <!ENTITY lsb-tools-download-http "https://github.com/lfs-book/LSB-Tools/releases/download/v&lsb-tools-version;/LSB-Tools-&lsb-tools-version;.tar.gz">
7 <!ENTITY lsb-tools-download-ftp " ">
8 <!ENTITY lsb-tools-md5sum "1e6ef8cdfddb55035a6c36757e6313f9">
9 <!ENTITY lsb-tools-size "20 KB">
10 <!ENTITY lsb-tools-buildsize "412 KB">
11 <!ENTITY lsb-tools-time "less than 0.1 SBU">
12
13 %general-entities;
14]>
15
16<sect1 id="lsb-tools" xreflabel="lsb-tools-&lsb-tools-version;">
17 <?dbhtml filename="lsb-tools.html"?>
18
19
20 <title>LSB-Tools-&lsb-tools-version;</title>
21
22 <indexterm zone="lsb-tools">
23 <primary sortas="a-lsb-tools">LSB-Tools</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to LSB-Tools</title>
28
29 <para>
30 The <application>LSB-Tools</application> package includes tools
31 for Linux Standards Base (LSB) conformance.
32 </para>
33
34 &lfs121_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&lsb-tools-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&lsb-tools-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &lsb-tools-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &lsb-tools-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &lsb-tools-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &lsb-tools-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70
71 </sect2>
72
73 <sect2 role="installation">
74 <title>Installation of LSB-Tools</title>
75
76 <para>
77 Install <application>LSB-Tools</application> by running the following
78 commands:
79 </para>
80
81<screen><userinput>make</userinput></screen>
82
83 <para>
84 Now, as the <systemitem class="username">root</systemitem> user:
85 </para>
86
87<screen role="root"><userinput>make install</userinput></screen>
88
89<!-- fixed upstream: should be ok for release 0.13+ -->
90 <para>
91 Remove a file that should not be installed as the &root; user:
92 </para>
93
94<screen role="root"><userinput>rm /usr/sbin/lsbinstall</userinput></screen>
95
96 <para revision="systemd">
97 Remove two scripts that serve no purpose on a systemd system:
98 </para>
99
100<screen role="root" revision="systemd"><userinput>rm /usr/sbin/{install,remove}_initd</userinput></screen>
101
102 </sect2>
103
104 <sect2>
105 <title>Configuration Information</title>
106
107 <para>
108 The configuration for this package was done in
109 <ulink url='&lfs-root;/chapter11/theend.html'>LFS</ulink>.
110 The file <filename>/etc/lsb-release</filename> should already exist.
111 Be sure that the DISTRIB_CODENAME entry has been set properly.
112 </para>
113
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Programs</segtitle>
121 <segtitle>Installed Library</segtitle>
122 <segtitle>Installed Directories</segtitle>
123
124 <seglistitem>
125 <seg>
126 lsb_release <phrase revision="sysv">,
127 install_initd, and
128 remove_initd</phrase>
129 </seg>
130 <seg>
131 None
132 </seg>
133 <seg>
134 <phrase revision="systemd">/usr/lib/lsb and</phrase>
135 /usr/lib/python&python3-majorver;/site-packages/lsbtools
136 </seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="lsb_release">
146 <term><command>lsb_release</command></term>
147 <listitem>
148 <para>
149 is a script to give LSB data
150 </para>
151 <indexterm zone="lsb-tools lsb_release">
152 <primary sortas="b-lsb_release">lsb_release</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 <varlistentry id="install_initd" revision="sysv">
158 <term><command>install_initd</command></term>
159 <listitem>
160 <para>
161 is a script to activate SysV startup scripts
162 </para>
163 <indexterm zone="lsb-tools install_initd">
164 <primary sortas="b-install_initd">install_initd</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 <varlistentry id="remove_initd" revision="sysv">
170 <term><command>remove_initd</command></term>
171 <listitem>
172 <para>
173 is a script to deactivate SysV startup scripts
174 </para>
175 <indexterm zone="lsb-tools remove_initd">
176 <primary sortas="b-remove_initd">remove_initd</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180 </variablelist>
181
182 </sect2>
183
184</sect1>
Note: See TracBrowser for help on using the repository browser.