diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/chapter06.xml | 6 | ||||
-rw-r--r-- | chapter06/sysvinit.xml | 8 |
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"> |