[systemd-merge] - Section II layout

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17433 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
DJ Lucas 2016-06-04 03:04:06 +00:00
parent 787a2e7513
commit f1ce80b098
16 changed files with 222 additions and 22 deletions

View File

@ -74,7 +74,7 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="consolekit"/>,
<phrase revision="sysv"><xref linkend="consolekit"/>,</phrase>
<xref linkend="lxde-icon-theme"/>,
<xref linkend="lxpanel"/>,
<xref linkend="lxsession"/>,
@ -91,7 +91,7 @@
<bridgehead renderas="sect4">Recommended Runtime Dependencies</bridgehead>
<para role="recommended">
<xref linkend="consolekit"/> and
<phrase revision="sysv"><xref linkend="consolekit"/> and</phrase>
<xref linkend="dbus"/>
</para>

View File

@ -70,8 +70,8 @@
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<bridgehead renderas="sect3" revision="sysv">Additional Downloads</bridgehead>
<itemizedlist spacing="compact" revision="sysv">
<listitem>
<para>
Optional patch, which adds <quote>Hibernate</quote> and <quote>
@ -94,8 +94,8 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="consolekit"/> (used at runtime by
<command>lxsession-logout</command>),
<phrase revision="sysv"><xref linkend="consolekit"/> (used at runtime by
<command>lxsession-logout</command>),</phrase>
<xref linkend="gtk3"/>, and
<xref linkend="libxslt"/> with
<xref linkend="DocBook"/> and
@ -110,12 +110,12 @@
<sect2 role="installation">
<title>Installation of LXSession</title>
<para>
<para revision="sysv">
Optionally apply the following patch to be able to put your system
into <quote>Suspend</quote> or <quote>Hibernate</quote> state.
</para>
<screen><userinput>patch -Np1 -i ../lxsession-&lxsession-version;-hibernate_consolekit-2.patch</userinput></screen>
<screen revision="sysv"><userinput>patch -Np1 -i ../lxsession-&lxsession-version;-hibernate_consolekit-2.patch</userinput></screen>
<para>
Install <application>LXSession</application> by running the following

View File

@ -82,7 +82,7 @@
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="consolekit"/> alone or with
<phrase revision="sysv"><xref linkend="consolekit"/> alone or with</phrase>
<xref linkend="lxdm"/> or another Display Manager, e.g.
<xref linkend="sddm"/> (this has been
reported as the <quote>recommended <application>LXQt</application>

View File

@ -37,7 +37,7 @@
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="consolekit"/> alone or with
<phrase revision="sysv"><xref linkend="consolekit"/> alone or with</phrase>
<xref linkend="sddm"/> (this has been
reported as the <quote>recommended <application>LXQt</application>
display manager</quote>) or another Display Manager, e.g.

View File

@ -99,7 +99,7 @@
<xref linkend="avahi"/>,
<xref linkend="bluez"/> (runtime),
<xref linkend="check"/>,
<xref linkend="consolekit"/> (runtime),
<phrase revision="sysv"><xref linkend="consolekit"/> (runtime),</phrase>
<xref linkend="GConf"/>,
<xref linkend="gtk3"/>,
<xref linkend="libsamplerate"/>,

View File

@ -88,7 +88,7 @@
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="consolekit"/>,
<phrase revision="sysv"><xref linkend="consolekit"/>,</phrase>
<xref linkend="dhcpcd"/> or
<xref linkend="dhcp"/> (client only),
<xref linkend="gobject-introspection"/>,

View File

@ -18,6 +18,7 @@
<!ENTITY haveged-version "1.9.1">
<!ENTITY iptables-version "1.6.0">
<!ENTITY libcap-version "2.25">
<!ENTITY liboauth-version "1.0.3">
<!ENTITY linux-pam-version "1.3.0">
<!ENTITY linux-pam-docs-version "1.2.0">
<!ENTITY libpwquality-version "1.3.0">

View File

@ -40,7 +40,7 @@ $Date$
<xref linkend="postlfs-config-vimrc"/>.</para>
<para> The remaining topics, <xref linkend="postlfs-config-logon"/>,
<xref linkend="postlfs-config-random"/>,
<phrase revision="sysv"><xref linkend="postlfs-config-random"/>,</phrase>
<xref linkend="autofs"/>, and
<xref linkend="postlfs-config-netfs"/> are then addressed, in that order. They
don't have much interaction with the other topics in this chapter.</para>
@ -53,7 +53,10 @@ $Date$
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="profile.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vimrc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="logon.xml"/>
<!-- sysv only -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="random.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lsb-release.xml"/>
</chapter>

View File

@ -5,7 +5,7 @@
%general-entities;
]>
<sect1 id="postlfs-config-random" xreflabel="Random number generation">
<sect1 id="postlfs-config-random" xreflabel="Random number generation" revision="sysv">
<?dbhtml filename="random.html"?>
<sect1info>
@ -33,8 +33,7 @@
start-ups.</para>
<para>Install the <filename>/etc/rc.d/init.d/random</filename> init script
included with the <xref linkend="bootscripts" revision="sysv"/>
<xref linkend="systemd-units" revision="systemd"/> package.</para>
included with the <xref linkend="bootscripts"/> package.</para>
<screen role="root"><userinput>make install-random</userinput></screen>

View File

@ -12,7 +12,7 @@
<!ENTITY consolekit-time "0.2 SBU">
]>
<sect1 id="consolekit" xreflabel="ConsoleKit2-&consolekit-version;">
<sect1 id="consolekit" xreflabel="ConsoleKit2-&consolekit-version;" revision="sysv">
<?dbhtml filename="consolekit.html"?>
<sect1info>

View File

@ -0,0 +1,190 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY liboauth-download-http "http://sourceforge.net/projects/liboauth/files/liboauth-&liboauth-version;.tar.gz">
<!ENTITY liboauth-download-ftp " ">
<!ENTITY liboauth-md5sum "689b46c2b3ab1a39735ac33f714c4f7f">
<!ENTITY liboauth-size "496 KB">
<!ENTITY liboauth-buildsize "3.5 MB">
<!ENTITY liboauth-time "less than 0.1 SBU">
]>
<sect1 id="liboauth" xreflabel="liboauth-&liboauth-version;" revision="systemd">
<?dbhtml filename="liboauth.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>liboauth-&liboauth-version;</title>
<indexterm zone="liboauth">
<primary sortas="a-liboauth">liboauth</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to liboauth</title>
<para>
<application>liboauth</application> is a collection of POSIX-C functions
implementing the OAuth Core RFC 5849 standard. Liboauth provides functions
to escape and encode parameters according to OAuth specification and
offers high-level functionality to sign requests or verify OAuth signatures
as well as perform HTTP requests.
</para>
<!-- &lfs77_checked; -->
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&liboauth-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&liboauth-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &liboauth-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &liboauth-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &liboauth-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &liboauth-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">liboauth Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="curl"/> and
<xref linkend="openssl"/> or
<xref linkend="nss"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="doxygen"/> (to build documentation)
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/liboauth"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of liboauth</title>
<para>
Install <application>liboauth</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
make</userinput></screen>
<para>
If you have installed <xref linkend="doxygen"/>, issue
<command>make dox</command> to build the documentation.
</para>
<para>
To test the results, issue: <command>make check</command>.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
<para>
If you have previously built the documentation, install it by
running the following commands as the
<systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>install -v -dm755 /usr/share/doc/liboauth-&liboauth-version; &amp;&amp;
cp -rv doc/html/* /usr/share/doc/liboauth-&liboauth-version;</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
<para>
<option>--enable-nss</option>: Use this switch if you want to
use Mozilla NSS instead of <application>OpenSSL</application>.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
liboauth.so
</seg>
<seg>
/usr/share/doc/liboauth-&liboauth-version;
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="liboauth-lib">
<term><filename class="libraryfile">liboauth.so</filename></term>
<listitem>
<para>
provides functions to escape and encode stings according to
OAuth specifications and offers high-level functionality built
on top to sign requests or verify signatures using either NSS or
OpenSSL for calculating the hash/signatures.
</para>
<indexterm zone="liboauth liboauth-lib">
<primary sortas="c-liboauth">liboauth.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>

View File

@ -42,7 +42,10 @@ $Date$
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vulnerabilities.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cacerts.xml"/>
<!-- sysv only -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="consolekit.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cracklib.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cyrus-sasl.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnupg2.xml"/>
@ -53,6 +56,10 @@ $Date$
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="firewalling.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcap.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="linux-pam.xml"/>
<!-- systemd only -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="liboauth.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libpwquality.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mitkrb.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nettle.xml"/>

View File

@ -88,7 +88,7 @@
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="consolekit"/> and
<phrase revision="sysv"><xref linkend="consolekit"/> and</phrase>
<xref linkend="linux-pam"/>
</para>

View File

@ -94,8 +94,8 @@
(for the man pages)
</para>
<bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
<para role="required">
<bridgehead renderas="sect4" revision="sysv">Runtime Dependencies</bridgehead>
<para role="required" revision="sysv">
<xref linkend="consolekit"/>
</para>

View File

@ -143,7 +143,7 @@ make</userinput></screen>
<para>
There are several optional run time dependencies for
<application>Xfce4</application>:
<xref linkend="consolekit"/>,
<phrase revision="sysv"><xref linkend="consolekit"/>,</phrase>
<xref linkend="dbus"/>,
<xref linkend="gnupg2"/>,
<xref linkend="hicolor-icon-theme"/> and

View File

@ -185,7 +185,7 @@ sed -i 's/Exec=/Exec=sudo -A /' /usr/share/applications/gparted.de
</sect3>
<sect3 role="pkexec">
<sect3 role="pkexec" revision="sysv">
<title>pkexec</title>
<para>
To optionally use <application>pkexec</application>, you need <xref