source: archive/lsb-release.xml@ ccded7e

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
Last change on this file since ccded7e was cdb3add2, checked in by DJ Lucas <dj@…>, 5 years ago

Replace Lsb_release and Initd-tools with LSB-Tools package
Begin update of bootscript headers. Partial fix for #12010
Remove unneeded elogind and mountcgroupfs bootscripts
Update to blfs-bootscripts-20190902

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

  • Property mode set to 100644
File size: 4.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
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-release-download-http "&sourceforge-dl;/lsb/lsb-release-&lsb-release-version;.tar.gz">
7 <!ENTITY lsb-release-download-ftp " ">
8 <!ENTITY lsb-release-md5sum "30537ef5a01e0ca94b7b8eb6a36bb1e4">
9 <!ENTITY lsb-release-size "12 KB">
10 <!ENTITY lsb-release-buildsize "80 KB">
11 <!ENTITY lsb-release-time "less than 0.1 SBU">
12
13 %general-entities;
14]>
15
16<sect1 id="lsb-release" xreflabel="lsb_release-&lsb-release-version;">
17 <?dbhtml filename="lsb-release.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>lsb_release-&lsb-release-version;</title>
25
26 <indexterm zone="lsb-release">
27 <primary sortas="a-lsb-release">lsb_release</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to lsb_release</title>
32
33 <para>The <application>lsb_release</application> script gives information
34 about the Linux Standards Base (LSB) status of the distribution.</para>
35
36 &lfs90_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&lsb-release-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&lsb-release-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &lsb-release-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &lsb-release-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &lsb-release-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &lsb-release-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <para condition="html" role="usernotes">User Notes:
61 <ulink url="&blfs-wiki;/lsb_release"/></para>
62
63 </sect2>
64
65 <sect2 role="installation">
66 <title>Installation of lsb_release</title>
67
68 <para>First fix a minor display problem:</para>
69
70<screen><userinput>sed -i "s|n/a|unavailable|" lsb_release</userinput></screen>
71
72 <para>Install <application>lsb_release</application> by running the following
73 commands:</para>
74
75<screen><userinput>./help2man -N --include ./lsb_release.examples \
76 --alt_version_key=program_version ./lsb_release > lsb_release.1</userinput></screen>
77
78 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
79
80<screen role="root"><userinput>install -v -m 644 lsb_release.1 /usr/share/man/man1 &amp;&amp;
81install -v -m 755 lsb_release /usr/bin</userinput></screen>
82
83 </sect2>
84
85 <sect2>
86 <title>Configuration Information</title>
87
88 <para>
89 The configuration for this package was done in
90 <ulink url="&lfs-website;/lfs/view/stable/chapter09/theend.html">LFS</ulink>.
91 The file <filename>/etc/lsb-release</filename> should already exist.
92 Be sure that the DISTRIB_CODENAME entry has been set properly.
93 </para>
94
95 </sect2>
96
97 <sect2 role="content">
98 <title>Contents</title>
99
100 <segmentedlist>
101 <segtitle>Installed Programs</segtitle>
102 <segtitle>Installed Library</segtitle>
103 <segtitle>Installed Directories</segtitle>
104
105 <seglistitem>
106 <seg>
107 lsb_release
108 </seg>
109 <seg>None</seg>
110 <seg>None</seg>
111 </seglistitem>
112 </segmentedlist>
113
114 <variablelist>
115 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
116 <?dbfo list-presentation="list"?>
117 <?dbhtml list-presentation="table"?>
118
119 <varlistentry id="lsb_release-prog">
120 <term><command>lsb_release</command></term>
121 <listitem>
122 <para>is a script to give LSB data.</para>
123 <indexterm zone="lsb-release lsb_release-prog">
124 <primary sortas="b-lsb-release">lsb_release</primary>
125 </indexterm>
126 </listitem>
127 </varlistentry>
128 </variablelist>
129
130 </sect2>
131
132</sect1>
Note: See TracBrowser for help on using the repository browser.