From b4008bb22c0acee98eeff5f6f94feb6f5750af2e Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 29 May 2022 12:19:56 +0800 Subject: update to systemd-251 (#5064) --- chapter08/systemd.xml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'chapter08/systemd.xml') diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index 43e1cea6c..f207e74c2 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -40,16 +40,6 @@ Installation of systemd - First, apply a patch to fix a security vulnerability and regressions - with hostnames and idle units: - -patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch - - Now, apply a patch to fix a problem with the linux kernel's headers in - version 5.17 and later: - -patch -Np1 -i ../systemd-&systemd-version;-kernel_5.17_fixes-1.patch - Remove two unneeded groups, render and sgx, from the default udev @@ -185,7 +175,9 @@ meson --prefix=/usr \ Install the man pages: -tar -xf ../../systemd-man-pages-&systemd-man-version;.tar.xz -C /usr/share/man + +tar -xf ../../systemd-man-pages-&systemd-man-version;.tar.xz --strip-components=1 -C /usr/share/man Remove a useless directory: -- cgit v1.2.3-54-g00ecf