diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2014-08-03 20:32:47 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2014-08-03 20:32:47 +0000 |
commit | c26c46ba31dc2c325cd0ede4d5822c2341f885bc (patch) | |
tree | f7b5d59421f91d3c8b7bad59da0bd3c160e54a1f | |
parent | 8a8177f9b93774426694ffd5b72e4f8aef4f316d (diff) |
Cosmetic: Move sed after libcap to keep acl, attr and libcap separated.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10674 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-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 e26144bdd..1a09c3b17 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -34,9 +34,9 @@ <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="sed.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="shadow.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="procps.xml"/> |