Changeset 414fbe5 for postlfs


Ignore:
Timestamp:
07/27/2014 02:27:32 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
fe653f0
Parents:
99598c8b
Message:

Move liboauth and libpwquality to security section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13684 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
postlfs/security
Files:
1 edited
2 moved

Legend:

Unmodified
Added
Removed
  • postlfs/security/liboauth-systemd.xml

    r99598c8b r414fbe5  
    7878    <bridgehead renderas="sect4">Required</bridgehead>
    7979    <para role="required">
    80       <xref linkend="curl"/>, and
    81       <xref linkend="openssl"/>, or
     80      <xref linkend="curl"/> and
     81      <xref linkend="openssl"/> or
    8282      <xref linkend="nss"/>
    8383    </para>
     
    8585    <bridgehead renderas="sect4">Optional</bridgehead>
    8686    <para role="optional">
    87       <xref linkend="doxygen"/> (to build documentation).
     87      <xref linkend="doxygen"/> (to build documentation)
    8888    </para>
    8989
     
    105105
    106106    <para>
    107       If you have <xref linkend="doxygen"/>, issue <command>make dox</command>
    108       to build documentation.
     107      If you have installed <xref linkend="doxygen"/>, issue
     108      <command>make dox</command> to build the documentation.
    109109    </para>
    110110
     
    120120
    121121    <para>
    122       If you have built documentation previously, install it with following
    123       commands as the <systemitem class="username">root</systemitem> user:
     122      If you have previously built the documentation, install it by
     123      running the following commands as the
     124      <systemitem class="username">root</systemitem> user:
    124125    </para>
    125126
    126 <screen role="root"><userinput>mkdir -pv /usr/share/doc/liboauth-&liboauth-version; &amp;&amp;
     127<screen role="root"><userinput>install -v -dm755 /usr/share/doc/liboauth-&liboauth-version; &amp;&amp;
    127128cp -rv doc/html/* /usr/share/doc/liboauth-&liboauth-version;</userinput></screen>
    128129
     
    147148    <segmentedlist>
    148149      <segtitle>Installed Programs</segtitle>
    149       <segtitle>Installed Library</segtitle>
    150       <segtitle>Installed Directory</segtitle>
     150      <segtitle>Installed Libraries</segtitle>
     151      <segtitle>Installed Directories</segtitle>
    151152
    152153      <seglistitem>
  • postlfs/security/libpwquality-systemd.xml

    r99598c8b r414fbe5  
    8282    <bridgehead renderas="sect4">Optional</bridgehead>
    8383    <para role="optional">
    84       <xref linkend="linux-pam"/>, and
     84      <xref linkend="linux-pam"/> and
    8585      <xref linkend="python2"/>
    8686    </para>
     
    121121
    122122    <para>
    123       <option>--disable-python-bindings</option>: This switch disables
    124       building of the optional <application>Python</application>
    125       bindings. Remove it if you have installed
    126       <application>Python</application>.
     123      <parameter>--disable-python-bindings</parameter>: This switch
     124      disables building of the optional
     125      <application>Python</application> bindings. Remove it if you
     126      have installed <application>Python</application>.
    127127    </para>
    128128
  • postlfs/security/security.xml

    r99598c8b r414fbe5  
    5252  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="firewalling-systemd.xml"/>
    5353  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcap.xml"/>
     54  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="liboauth-systemd.xml"/>
     55  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libpwquality-systemd.xml"/>
    5456  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="linux-pam.xml"/>
    5557  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mitkrb-systemd.xml"/>
Note: See TracChangeset for help on using the changeset viewer.