Ignore:
Timestamp:
08/25/2014 08:50:07 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
8f0665c
Parents:
2a0c0da
Message:

Checks and fixes.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/cifsutils.xml

    r2a0c0da re680d14a  
    3333    mounting SMB/CIFS shares on a Linux system.</para>
    3434
    35     &lfs75_checked;
     35    &lfs76_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9898    commands:</para>
    9999
    100 <screen><userinput>./configure --prefix=/usr \
    101             --disable-pam \
    102             --disable-systemd &amp;&amp;
     100<screen><userinput>./configure --prefix=/usr --disable-pam &amp;&amp;
    103101make</userinput></screen>
    104102
     
    114112      <title>Command Explanations</title>
    115113
    116           <para><parameter>--disable-pam</parameter>: Do not build PAM support.
    117             Remove  it and use <option>--with-pamdir</option> (see below),
     114          <para>
     115            <parameter>--disable-pam</parameter>: This switch disables
     116            PAM support. Replace it with
     117            <option>--with-pamdir=/lib/security</option>,
    118118            if <xref linkend="linux-pam"/> is installed and you wish
    119             PAM support.</para>
    120 
    121           <para><parameter>--disable-systemd</parameter>: Disable systemd
    122             specific behavior for <command>mount.cifs</command>. Remove it for
    123             systems running with systemd.</para>
    124 
    125           <para><option>--with-pamdir=/lib/security</option>: Install the PAM
    126             module in
    127             <filename class="directory">/lib/security</filename>.</para>
     119            to build the PAM module.
     120          </para>
    128121
    129122  </sect2>
Note: See TracChangeset for help on using the changeset viewer.