diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-04-21 20:16:28 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-04-21 20:16:28 +0000 |
commit | d944136079d46b916ad124821d1b2a00e4414241 (patch) | |
tree | 5f46860c97bbe7bee136cf82f75c4289245bc9c3 /chapter07 | |
parent | d3eda3d73442dba7d33f5f307f7624eaebf283f1 (diff) |
Replaced deprecated w3.org XInclude throughout the book
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9257 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/chapter07.xml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/chapter07/chapter07.xml b/chapter07/chapter07.xml index ef8f45b74..2354ca9ea 100644 --- a/chapter07/chapter07.xml +++ b/chapter07/chapter07.xml @@ -11,18 +11,18 @@ <title>Setting Up System Bootscripts</title> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="introduction.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="usage.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="setclock.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="console.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sysklogd.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="inputrc.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="profile.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="udev.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="symlinks.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hostname.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hosts.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bootscripts.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="usage.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="setclock.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="console.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysklogd.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="inputrc.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="profile.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="udev.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="symlinks.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hostname.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hosts.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="network.xml"/> </chapter> |