Ignore:
Timestamp:
06/11/2016 05:26:20 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
cec6657e
Parents:
a9e71e2
Message:

[Systemd merge] - Chapter 16

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/cifsutils.xml

    ra9e71e2 r7b478500  
    9999    commands:</para>
    100100
    101 <screen><userinput>./configure --prefix=/usr \
     101<screen revision="sysv"><userinput>./configure --prefix=/usr \
    102102            --disable-pam \
    103103            --disable-systemd &amp;&amp;
     104make</userinput></screen>
     105
     106<screen revision="systemd"><userinput>./configure --prefix=/usr \
     107            --disable-pam &amp;&amp;
    104108make</userinput></screen>
    105109
     
    120124            PAM support.</para>
    121125
    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>
     126          <para revision="sysv"><parameter>--disable-systemd</parameter>:
     127            Disable systemd specific behavior for
     128            <command>mount.cifs</command>. Remove it for systems running with
     129            systemd.</para>
    125130
    126131          <para><option>--with-pamdir=/lib/security</option>: Install the PAM
Note: See TracChangeset for help on using the changeset viewer.