Ignore:
Timestamp:
07/12/2014 05:00:37 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
90c160c
Parents:
60f83d0
Message:

Update to cifs-utils-6.4.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/cifsutils.xml

    r60f83d0 rb3cc6d3  
    77  <!ENTITY cifsutils-download-http "http://ftp.samba.org/pub/linux-cifs/cifs-utils/cifs-utils-&cifsutils-version;.tar.bz2">
    88  <!ENTITY cifsutils-download-ftp  "ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/cifs-utils-&cifsutils-version;.tar.bz2">
    9   <!ENTITY cifsutils-md5sum        "93697dbc043cb4d5c66e15e281f872e5">
     9  <!ENTITY cifsutils-md5sum        "b7d75b67fd3987952896d27256c7293d">
    1010  <!ENTITY cifsutils-size          "384 KB">
    11   <!ENTITY cifsutils-buildsize     "2.9 MB">
     11  <!ENTITY cifsutils-buildsize     "3.1 MB">
    1212  <!ENTITY cifsutils-time          "less than 0.1 SBU">
    1313]>
     
    9999    commands:</para>
    100100
    101 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     101<screen><userinput>./configure --prefix=/usr \
     102            --disable-pam \
     103            --disable-systemd &amp;&amp;
    102104make</userinput></screen>
    103105
     
    107109
    108110<screen role="root"><userinput>make install</userinput></screen>
     111
     112  </sect2>
     113
     114  <sect2 role="commands">
     115      <title>Command Explanations</title>
     116
     117          <para><parameter>--disable-pam</parameter>: Do not build PAM support.
     118            Remove  it and use <option>--with-pamdir</option> (see below),
     119            if <xref linkend="linux-pam"/> is installed and you wish
     120            PAM support.</para>
     121
     122          <para><parameter>--disable-systemd</parameter>: Disable systemd
     123            specific behavior for <command>mount.cifs</command>. Remove it for
     124            systems running with systemd.</para>
     125
     126          <para><option>--with-pamdir=/lib/security</option>: Install the PAM
     127            module in
     128            <filename class="directory">/lib/security</filename>.</para>
    109129
    110130  </sect2>
     
    120140      <seglistitem>
    121141        <seg> getcifsacl, mount.cifs and setcifsacl;
    122         optional: cifs.idmap, cifs.upcall and cifscreds</seg>
    123         <seg>/usr/lib/cifs-utils/idmapwb.so</seg>
     142          optional: cifs.idmap, cifs.upcall and cifscreds</seg>
     143        <seg>/usr/lib/cifs-utils/idmapwb.so and optionally
     144          PAM module /lib/security/pam_cifscreds.so</seg>
    124145        <seg>/usr/lib/cifs-utils</seg>
    125146      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.