aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-05-11 00:11:22 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-05-11 00:11:22 +0000
commitb3eb5259f14649c364e6dff01b998c2e6ae2d3b1 (patch)
treede7ec9b8bfabaf75955266fe66a5d4474cb7b50a /chapter06
parentc5be6346ba51965f9ee82804089ba6c606c7e038 (diff)
Remove systemd and dbus. Add eudev.
Update gnu urls to use an entity. Update kbd URL. Update procps-ng URL. Update to shadow-4.2.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10557 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/chapter06.xml6
-rw-r--r--chapter06/sysvinit.xml8
2 files changed, 3 insertions, 11 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml
index a7e866f75..d10b804a5 100644
--- a/chapter06/chapter06.xml
+++ b/chapter06/chapter06.xml
@@ -88,10 +88,10 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tar.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="texinfo.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="systemd.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus.xml"/>
+<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="systemd.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus.xml"/>-->
- <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eudev.xml"/>-->
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eudev.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="util-linux.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="man-db.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vim.xml"/>
diff --git a/chapter06/sysvinit.xml b/chapter06/sysvinit.xml
index c77f77ca1..6394b4e05 100644
--- a/chapter06/sysvinit.xml
+++ b/chapter06/sysvinit.xml
@@ -82,14 +82,6 @@
<screen><userinput remap="install">make -C src install</userinput></screen>
- <para>Move files that have a name conflict with <xref linkend="ch-system-systemd"/>
- so that both packages can be installed side-by-side:</para>
-
-<screen><userinput remap="install">for p in init halt poweroff reboot runlevel shutdown telinit; do
- mv -v /sbin/$p /sbin/$p-sysv
- mv -v /usr/share/man/man8/$p.8 /usr/share/man/man8/$p-sysv.8
-done</userinput></screen>
-
</sect2>
<sect2 id="contents-sysvinit" role="content">