Changeset aa96607


Ignore:
Timestamp:
06/28/2014 05:52:16 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
c287312
Parents:
f4653dd
Message:

Added command explanation for libcap

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10585 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rf4653dd raa96607  
    3636    </listitem>
    3737-->
     38    <listitem>
     39      <para>2014-06-28</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[Chris] - Added command explanation to Libcap page.
     43          Fixes <ulink url="&lfs-ticket-root;3619">#3619</ulink>.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
    3848    <listitem>
    3949      <para>2014-06-23</para>
  • chapter06/libcap.xml

    rf4653dd raa96607  
    5454<screen><userinput remap="install">make RAISE_SETFCAP=no prefix=/usr install
    5555chmod -v 755 /usr/lib/libcap.so</userinput></screen>
     56
     57    <variablelist>
     58      <title>The meaning of the make option:</title>
     59
     60      <varlistentry>
     61        <term><parameter>RAISE_SETFCAP=no</parameter></term>
     62        <listitem>
     63          <para>This parameter skips trying to use <command>setcap</command>
     64          on itself. This avoids an installation error if the kernel or file
     65          system does not support extended capabilities.</para>
     66        </listitem>
     67      </varlistentry>
     68
     69    </variablelist>
    5670
    5771    <para>The shared library needs to be moved to
Note: See TracChangeset for help on using the changeset viewer.