diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-04-19 06:25:04 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-04-19 06:25:04 +0000 |
commit | 2a739707373a6146a204112da199d9d8774b0ce7 (patch) | |
tree | 3e54c7f74c96c524f4edbe4824505982f02adeb2 /chapter06 | |
parent | 0827a1ae4120b0fca3958f9f958e306f552b0c90 (diff) |
Move libcap before shadow so that new{u,g}idmap can use setcap. ticket #4633
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11812 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/chapter06.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 0d81f8e39..6322e3cab 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -34,11 +34,11 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mpc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="attr.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="acl.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcap.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shadow.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkgconfig.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcap.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sed.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="psmisc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iana-etc.xml"/> |