Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/cifsutils.xml

    rfb078c8 r20a35ab  
    77  <!ENTITY cifsutils-download-http "https://www.samba.org/ftp/linux-cifs/cifs-utils/cifs-utils-&cifsutils-version;.tar.bz2">
    88  <!ENTITY cifsutils-download-ftp  " ">
    9   <!ENTITY cifsutils-md5sum        "b49b10692bcae7f28669173a472077dd">
    10   <!ENTITY cifsutils-size          "404 KB">
    11   <!ENTITY cifsutils-buildsize     "4.7 MB">
     9  <!ENTITY cifsutils-md5sum        "4348921483c530826950e9503b08b033">
     10  <!ENTITY cifsutils-size          "405 KB">
     11  <!ENTITY cifsutils-buildsize     "3.3 MB">
    1212  <!ENTITY cifsutils-time          "0.1 SBU">
    1313]>
     
    1717
    1818  <sect1info>
    19     <othername>$LastChangedBy$</othername>
    2019    <date>$Date$</date>
    2120  </sect1info>
     
    3534    </para>
    3635
    37     &lfs10_checked;
     36    &lfs110a_checked;
    3837
    3938    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8584      <xref linkend="samba"/>, and
    8685      <xref linkend="libcap-pam"/> or
    87       <ulink url="http://people.redhat.com/sgrubb/libcap-ng/">
     86      <ulink url="https://people.redhat.com/sgrubb/libcap-ng/">
    8887        libcap-ng
    8988      </ulink>
     
    126125    </para>
    127126
    128 <screen revision="sysv"><userinput>autoreconf -fiv           &amp;&amp;
    129 ./configure --prefix=/usr \
     127<screen revision="sysv"><userinput>./configure --prefix=/usr \
    130128            --disable-pam \
    131129            --disable-systemd &amp;&amp;
    132130make</userinput></screen>
    133131
    134 <screen revision="systemd"><userinput>autoreconf -fiv           &amp;&amp;
    135 ./configure --prefix=/usr \
     132<screen revision="systemd"><userinput>./configure --prefix=/usr \
    136133            --disable-pam &amp;&amp;
    137134make</userinput></screen>
     
    171168
    172169    <para>
    173       <option>--with-pamdir=/lib/security</option>: Install the PAM
    174       module in <filename class="directory">/lib/security</filename>.
     170      <option>--with-pamdir=/usr/lib/security</option>: Install the PAM
     171      module in <filename class="directory">/usr/lib/security</filename>.
    175172    </para>
    176173
     
    189186          mount.cifs, mount.smb3, setcifsacl, smb2-quota, and smbinfo</seg>
    190187        <seg>/usr/lib/cifs-utils/idmapwb.so and optionally
    191           PAM module /lib/security/pam_cifscreds.so</seg>
     188          PAM module /usr/lib/security/pam_cifscreds.so</seg>
    192189        <seg>/usr/lib/cifs-utils</seg>
    193190      </seglistitem>
     
    207204            itself. This program is a callout program that does these
    208205            things for the kernel and then returns the result. It is not
    209             intended to be run from the command-line.
     206            intended to be run from the command-line
    210207          </para>
    211208          <indexterm zone="cifsutils cifs.idmap">
     
    222219            filesystem. It is intended to be run when the kernel calls
    223220            request-key for a particular key type.  It is not intended to be
    224             run from the command-line.
     221            run from the command-line
    225222          </para>
    226223          <indexterm zone="cifsutils cifs.upcall">
     
    235232          <para>
    236233            is a tool for managing credentials (username and password)
    237             for the purpose of establishing sessions in multiuser mounts.
     234            for the purpose of establishing sessions in multiuser mounts
    238235          </para>
    239236          <indexterm zone="cifsutils cifscreds">
     
    248245          <para>
    249246            is a userspace helper  to display an ACL in a security
    250             descriptor for Common Internet File System (CIFS).
     247            descriptor for Common Internet File System (CIFS)
    251248          </para>
    252249          <indexterm zone="cifsutils getcifsacl">
     
    261258          <para>
    262259            mounts a Linux CIFS filesystem. It is usually invoked
    263             indirectly by the mount(8) command when using the "-t cifs" option.
     260            indirectly by the mount(8) command when using the "-t cifs" option
    264261          </para>
    265262          <indexterm zone="cifsutils mount.cifs">
     
    274271          <para>
    275272            mounts a SMB3-based filesystem. It is usually invoked
    276             indirectly by the mount(8) command when using the "-t smb3" option.
     273            indirectly by the mount(8) command when using the "-t smb3" option
    277274          </para>
    278275          <indexterm zone="cifsutils mount.smb3">
     
    287284          <para>
    288285            is intended to alter an ACL of a security descriptor for a file
    289             system object.
     286            system object
    290287          </para>
    291288          <indexterm zone="cifsutils setcifsacl">
     
    299296        <listitem>
    300297          <para>
    301             displays quota information for a SMB filesystem.
     298            displays quota information for a SMB filesystem
    302299          </para>
    303300          <indexterm zone="cifsutils smb2-quota">
     
    312309          <para>
    313310            displays SMB-specific file information, such as security
    314             descriptors and quotas.
     311            descriptors and quotas
    315312          </para>
    316313          <indexterm zone="cifsutils smbinfo">
Note: See TracChangeset for help on using the changeset viewer.