diff options
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"> |