From 31bf7e7f074b6c075977ba921623af69a1651ce5 Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Wed, 21 Nov 2018 19:22:28 +0000 Subject: Update to elfutils-0.175 Update to tcl-8.6.9 Update to openssl-1.1.1a Update to linux-4.19.3 Update to systemd-239-25d1ba1 Add 'wheel' group to /etc/groups for systemd Add a sed to fix a test in autoconf git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11487 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/autoconf.xml | 4 ++++ chapter06/createfiles.xml | 1 + chapter06/systemd.xml | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml index f7af4d173..d90c1b731 100644 --- a/chapter06/autoconf.xml +++ b/chapter06/autoconf.xml @@ -41,6 +41,10 @@ Installation of Autoconf + First, fix a bug generated by Perl 5.28. + +sed '361 s/{/\\{/' -i bin/autoscan.in + Prepare Autoconf for compilation: ./configure --prefix=/usr diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index 334594a3c..d1911f8ed 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -264,6 +264,7 @@ messagebus:x:18: input:x:24: mail:x:34: kvm:x:61: +wheel:x:97: nogroup:x:99: users:x:999: EOF diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 1858e07a7..89b13ee1a 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -58,7 +58,7 @@ done Remove tests that cannot be built in chroot: sed '166,$ d' -i src/resolve/meson.build - + Remove an unneeded group, render, from the default udev rules: -- cgit v1.2.3-54-g00ecf