- Timestamp:
- May 19, 2017, 7:47:56 PM (7 years ago)
- Branches:
- master, systemd
- Children:
- d49f7ef
- Parents:
- 56a0cf9
- Location:
- BOOK
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/appendices/dependencies/common.xml
r56a0cf9 r2cc1e81 31 31 </para> 32 32 33 <!-- Begin A CLdependency info -->34 <bridgehead renderas="sect2" id="acl-dep">A CL</bridgehead>33 <!-- Begin Acl dependency info --> 34 <bridgehead renderas="sect2" id="acl-dep">Acl</bridgehead> 35 35 36 36 <segmentedlist> … … 83 83 84 84 <seglistitem> 85 <seg>A CL, Coretutils, Gettext, Libcap, Sed, Systemd</seg>85 <seg>Acl, Coretutils, Gettext, Libcap, Sed, Systemd</seg> 86 86 </seglistitem> 87 87 </segmentedlist> … … 344 344 345 345 <seglistitem> 346 <seg>A CL, Attr, Bash, Binutils, Coreutils, Glibc, Gawk, GCC, GMP,346 <seg>Acl, Attr, Bash, Binutils, Coreutils, Glibc, Gawk, GCC, GMP, 347 347 Grep, Libcap, Make, Patch, Perl, Sed, Texinfo</seg> 348 348 </seglistitem> … … 1705 1705 1706 1706 <seglistitem> 1707 <seg>A CL, Attr, Bash, Binutils, Coreutils, Glibc, GCC, Grep, Make,1707 <seg>Acl, Attr, Bash, Binutils, Coreutils, Glibc, GCC, Grep, Make, 1708 1708 Sed, Texinfo</seg> 1709 1709 </seglistitem> … … 1733 1733 1734 1734 <seglistitem> 1735 <seg>A CL, Attr, Bash, Binutils, Coreutils, Diffutils, Glibc,1735 <seg>Acl, Attr, Bash, Binutils, Coreutils, Diffutils, Glibc, 1736 1736 Findutils, Gawk, GCC, Gettext, Grep, Make, Sed</seg> 1737 1737 </seglistitem> … … 1761 1761 1762 1762 <seglistitem> 1763 <seg>A CL, Attr, Bash, Binutils, Coreutils, E2fsprogs, Glibc,1763 <seg>Acl, Attr, Bash, Binutils, Coreutils, E2fsprogs, Glibc, 1764 1764 Findutils, Gawk, GCC, GPerf, Grep, Intltool, Libcap, Make, Perl, 1765 1765 Pkg-config, Sed, Util-linux, XML::Parser</seg> … … 1790 1790 1791 1791 <seglistitem> 1792 <seg>A CL, Attr, Bash, Binutils, Bison, Coreutils, Glibc, GCC,1792 <seg>Acl, Attr, Bash, Binutils, Bison, Coreutils, Glibc, GCC, 1793 1793 Grep, Make, Sed, Texinfo</seg> 1794 1794 </seglistitem> … … 1902 1902 1903 1903 <seglistitem> 1904 <seg>A CL, Attr, Bash, Binutils, Coreutils, Diffutils, Glibc, Findutils, Gawk, GCC,1904 <seg>Acl, Attr, Bash, Binutils, Coreutils, Diffutils, Glibc, Findutils, Gawk, GCC, 1905 1905 Gettext, Grep, Make, Ncurses, Perl, Sed</seg> 1906 1906 </seglistitem> -
BOOK/appendices/rationale/common.xml
r56a0cf9 r2cc1e81 20 20 21 21 <listitem> 22 <para>A CL</para>23 <para>The A CLpackage allows usage and setting of POSIX Access Control22 <para>Acl</para> 23 <para>The Acl package allows usage and setting of POSIX Access Control 24 24 Lists. It can be used by several other packages in CLFS, such as Coreutils 25 25 and Systemd.</para> -
BOOK/bootable/x86/kernel.xml
r56a0cf9 r2cc1e81 67 67 <*> Kernel automounter version 4 support (also supports v3) (CONFIG_AUTOFS4_FS) 68 68 Pseudo filesystems ---> 69 [*] Tmpfs POSIX Access Control Lists (CONFIG_TMPFS_POSIX_A CL)69 [*] Tmpfs POSIX Access Control Lists (CONFIG_TMPFS_POSIX_Acl) 70 70 [*] Tmpfs extended attributes (CONFIG_TMPFS_XATTR) 71 71 Firmware Drivers ---> -
BOOK/final-system/common/acl.xml
r56a0cf9 r2cc1e81 9 9 <?dbhtml filename="acl.html"?> 10 10 11 <title>A CL-&acl-version;</title>11 <title>Acl-&acl-version;</title> 12 12 13 13 <indexterm zone="ch-system-acl"> 14 <primary sortas="a-A CL">ACL</primary>14 <primary sortas="a-Acl">Acl</primary> 15 15 </indexterm> 16 16 … … 18 18 <title/> 19 19 20 <para>A CLis a library for getting and setting POSIX Access Control Lists.</para>20 <para>Acl is a library for getting and setting POSIX Access Control Lists.</para> 21 21 22 22 </sect2> 23 23 24 24 <sect2 role="installation"> 25 <title>Installation of A CL</title>25 <title>Installation of Acl</title> 26 26 27 27 <para os="s1">Apply a sed for a test:</para> … … 39 39 <screen os="d"><userinput>sed -i "s:| sed.*::g" test/{sbits-restore,cp,misc}.test</userinput></screen> 40 40 41 <para os="e">Prepare A CLfor compilation:</para>41 <para os="e">Prepare Acl for compilation:</para> 42 42 43 43 <screen os="f"><userinput>./configure \ … … 72 72 73 73 <sect2 id="contents-acl" role="content"> 74 <title>Contents of A CL</title>74 <title>Contents of Acl</title> 75 75 76 76 <segmentedlist> -
BOOK/introduction/common/changelog.xml
r56a0cf9 r2cc1e81 44 44 </listitem> 45 45 <listitem> 46 <para>[William Harrington] - Move Libcap after A CL.</ulink></para>46 <para>[William Harrington] - Move Libcap after Acl.</para> 47 47 </listitem> 48 48 </itemizedlist> -
BOOK/materials/common/packages.xml
r56a0cf9 r2cc1e81 16 16 17 17 <varlistentry> 18 <term>A CL(&acl-version;) - <token>&acl-size;</token>:</term>18 <term>Acl (&acl-version;) - <token>&acl-size;</token>:</term> 19 19 <listitem> 20 20 <para>Home page: <ulink url="&acl-home;"/></para>
Note:
See TracChangeset
for help on using the changeset viewer.