From b3eb5259f14649c364e6dff01b998c2e6ae2d3b1 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 11 May 2014 00:11:22 +0000 Subject: 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 --- chapter06/chapter06.xml | 6 +++--- chapter06/sysvinit.xml | 8 -------- 2 files changed, 3 insertions(+), 11 deletions(-) (limited to 'chapter06') 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 @@ - - + - + 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 @@ make -C src install - Move files that have a name conflict with - so that both packages can be installed side-by-side: - -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 - -- cgit v1.2.3-54-g00ecf