Changeset f6528ac8 for chapter06/acl.xml


Ignore:
Timestamp:
07/04/2018 02:41:02 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, 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:
adcd988
Parents:
db1ed01
Message:

Update to attr-2.4.48.
Update to acl-2.2.53.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/acl.xml

    rdb1ed01 rf6528ac8  
    4343    <title>Installation of Acl</title>
    4444
    45     <para>Modify the documentation directory so that it is a versioned
    46     directory:</para>
    47 
    48 <screen><userinput remap="pre">sed -i -e 's|/@pkg_name@|&amp;-@pkg_version@|' include/builddefs.in</userinput></screen>
    49 
    50     <para>Fix some broken tests:</para>
    51 
    52 <screen><userinput remap="pre">sed -i "s:| sed.*::g" test/{sbits-restore,cp,misc}.test</userinput></screen>
    53 
    54     <para>Fix a problem in the test procedures caused by changes in perl-5.26:</para>
    55 
    56 <screen><userinput remap="pre">sed -i 's/{(/\\{(/' test/run</userinput></screen>
    57 
    58     <para>Additionally, fix a bug that causes <command>getfacl -e</command>
    59     to segfault on overly long group name:</para>
    60 
    61 <screen><userinput remap="pre">sed -i -e "/TABS-1;/a if (x > (TABS-1)) x = (TABS-1);" \
    62     libacl/__acl_to_any_text.c</userinput></screen>
    63 
    6445    <para>Prepare Acl for compilation:</para>
    6546
    66 <screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr    \
    67             --bindir=/bin    \
    68             --disable-static \
    69             --libexecdir=/usr/lib</userinput></screen>
     47<screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr         \
     48            --bindir=/bin         \
     49            --disable-static      \
     50            --libexecdir=/usr/lib \
     51            --docdir=/usr/share/doc/acl-&acl-version;</userinput></screen>
    7052
    71 <screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr    \
    72             --disable-static \
    73             --libexecdir=/usr/lib</userinput></screen>
     53<screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr         \
     54            --disable-static      \
     55            --libexecdir=/usr/lib \
     56            --docdir=/usr/share/doc/acl-&acl-version;</userinput></screen>
    7457
    7558    <para>Compile the package:</para>
     
    7962    <para>The Acl tests need to be run on a filesystem that supports access
    8063    controls after <application>Coreutils</application> has been built with the
    81     Acl libraries.  If desired, return to this package and run <command>make -j1
    82     tests</command> after <application>Coreutils</application> has been built
     64    Acl libraries.  If desired, return to this package and run <command>make
     65    check</command> after <application>Coreutils</application> has been built
    8366    later in this chapter.</para>
    8467
    8568    <para>Install the package:</para>
    8669
    87 <screen><userinput remap="install">make install install-dev install-lib
    88 chmod -v 755 /usr/lib/libacl.so</userinput></screen>
     70<screen><userinput remap="install">make install</userinput></screen>
    8971
    9072    <para>The shared library needs to be moved to
Note: See TracChangeset for help on using the changeset viewer.