Changeset 586e0d4


Ignore:
Timestamp:
Jun 3, 2014, 3:23:12 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
dc74128
Parents:
4f48ef0
Message:

Added command explanation for libcap

Location:
BOOK/final-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/libcap.xml

    r4f48ef0 r586e0d4  
    3939rm -v /lib/libcap.so
    4040mv -v /lib/libcap.a /usr/lib</userinput></screen>
     41
     42    <variablelist os="f">
     43      <title>The meaning of the make option:</title>
     44
     45      <varlistentry>
     46        <term><parameter>RAISE_SETFCAP=no</parameter></term>
     47        <listitem>
     48          <para>This prevents <command>setcap</command> from being run on
     49          itself, which will fail if the kernel or file system does not
     50          support extended capabilities.</para>
     51        </listitem>
     52      </varlistentry>
     53
     54    </variablelist>
    4155
    4256  </sect2>
  • BOOK/final-system/multilib/libcap.xml

    r4f48ef0 r586e0d4  
    4343mv -v /lib/libcap.a /usr/lib</userinput></screen>
    4444
     45  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     46    href="../common/libcap.xml"
     47    xpointer="xpointer(//*[@os='f'])"/>
     48
    4549  </sect2>
    4650
Note: See TracChangeset for help on using the changeset viewer.