From b7b0eea7be0c0245d4f55dd5fd44a7143d907815 Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Thu, 5 Dec 2019 18:47:12 +0000 Subject: Update to bc-2.4.0 Update to linux-5.4.2 Update to systemd-244 Update to shadow-4.8 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11706 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/shadow.xml | 7 ++++--- chapter06/systemd.xml | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'chapter06') diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index ba5d34e60..b052ab3ab 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -50,8 +50,8 @@ Disable the installation of the groups program - and its man pages, as Coreutils provides a better version. Also - Prevent the installation of manual pages that were already installed in + and its man pages, as Coreutils provides a better version. Also, + prevent the installation of manual pages that were already installed in : sed -i 's/groups$(EXEEXT) //' src/Makefile.in @@ -107,10 +107,11 @@ find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \;Install the package: make install - + Create a symlink to work around missing xsltproc: @@ -68,7 +69,7 @@ done render, from the default udev rules: -sed -i 's/GROUP="render", //' rules/50-udev-default.rules.in +sed -i 's/GROUP="render", //' rules.d/50-udev-default.rules.in Prepare systemd for compilation: -- cgit v1.2.3-54-g00ecf