Changeset f1d7196 for postlfs/security


Ignore:
Timestamp:
10/11/2016 09:53:29 AM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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
Children:
881cfa0
Parents:
000370f4
Message:

Fix some option vs parameter tags in COmmand explanations ("Post LFS"
and "General" parts).

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

Location:
postlfs/security
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/mitkrb.xml

    r000370f4 rf1d7196  
    183183
    184184    <para>
    185       <option>--localstatedir=/var/lib</option>: This option is
     185      <parameter>--localstatedir=/var/lib</parameter>: This option is
    186186      used so that the Kerberos variable run-time data is located in
    187187      <filename class="directory">/var/lib</filename> instead of
     
    190190
    191191    <para>
    192       <option>--with-system-et</option>: This switch causes the build
     192      <parameter>--with-system-et</parameter>: This switch causes the build
    193193      to use the system-installed versions of the error-table support
    194194      software.
     
    196196
    197197    <para>
    198       <option>--with-system-ss</option>: This switch causes the build
     198      <parameter>--with-system-ss</parameter>: This switch causes the build
    199199      to use the system-installed versions of the subsystem command-line
    200200      interface software.
     
    202202
    203203    <para>
    204       <option>--with-system-verto=no</option>: This switch fixes a bug in
     204      <parameter>--with-system-verto=no</parameter>: This switch fixes a bug in
    205205      the package: it does not recognize its own verto library installed
    206206      previously. This is not a problem, if reinstalling the same version,
     
    210210
    211211    <para>
    212       <option>--enable-dns-for-realm</option>: This switch allows
     212      <parameter>--enable-dns-for-realm</parameter>: This switch allows
    213213      realms to be resolved using the DNS server.
    214214    </para>
  • postlfs/security/openssh.xml

    r000370f4 rf1d7196  
    211211
    212212    <para>
    213       <parameter>--with-pam</parameter>: This parameter enables
     213      <option>--with-pam</option>: This parameter enables
    214214      <application>Linux-PAM</application> support in the build.
    215215    </para>
    216216
    217217    <para>
    218       <parameter>--with-xauth=/usr/bin/xauth</parameter>: Set the default
     218      <option>--with-xauth=/usr/bin/xauth</option>: Set the default
    219219      location for the <command>xauth</command> binary for X authentication.
    220220      Change the location if <command>xauth</command> will be installed to a
     
    225225
    226226    <para>
    227       <parameter>--with-kerberos5=/usr</parameter>: This option is used to
     227      <option>--with-kerberos5=/usr</option>: This option is used to
    228228      include Kerberos 5 support in the build.
    229229    </para>
    230230
    231231    <para>
    232       <parameter>--with-libedit</parameter>: This option enables line editing
     232      <option>--with-libedit</option>: This option enables line editing
    233233      and history features for <command>sftp</command>.
    234234    </para>
  • postlfs/security/shadow.xml

    r000370f4 rf1d7196  
    179179
    180180    <para>
    181       <option>--with-group-name-max-length=32</option>: The maximum user name is
    182       32 characters. Make the maximum group name the same.
     181      <parameter>--with-group-name-max-length=32</parameter>: The maximum
     182      user name is 32 characters. Make the maximum group name the same.
    183183    </para>
    184184
  • postlfs/security/sudo.xml

    r000370f4 rf1d7196  
    163163      <application>Linux-PAM</application> is installed on the system.
    164164    </para>
    165 
     165<!-- See the developper note above before the configure command
    166166    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    167       href="../../xincludes/static-libraries.xml"/>
     167      href="../../xincludes/static-libraries.xml"/>-->
    168168
    169169    <note>
Note: See TracChangeset for help on using the changeset viewer.