diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-05-11 00:11:22 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-05-11 00:11:22 +0000 |
commit | b3eb5259f14649c364e6dff01b998c2e6ae2d3b1 (patch) | |
tree | de7ec9b8bfabaf75955266fe66a5d4474cb7b50a /chapter06/sysvinit.xml | |
parent | c5be6346ba51965f9ee82804089ba6c606c7e038 (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/sysvinit.xml')
-rw-r--r-- | chapter06/sysvinit.xml | 8 |
1 files changed, 0 insertions, 8 deletions
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"> |