From 09d148dc283f0f66e49d2e09cf02fe3d516f4aca Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Mon, 2 Oct 2023 11:32:45 +0800 Subject: [PATCH 1/3] glibc: Remove nscd from contents --- chapter08/glibc.xml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 3d7e7b97e..c00d56d30 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -507,7 +507,7 @@ mkdir -pv /etc/ld.so.conf.d gencat, getconf, getent, iconv, iconvconfig, ldconfig, ldd, lddlibc4, ld.so (symlink to ld-linux-x86-64.so.2 or ld-linux.so.2), - locale, localedef, makedb, mtrace, nscd, + locale, localedef, makedb, mtrace, pcprofiledump, pldd, sln, sotruss, sprof, tzselect, xtrace, zdump, and zic ld-linux-x86-64.so.2, ld-linux.so.2, @@ -527,7 +527,7 @@ mkdir -pv /etc/ld.so.conf.d /usr/include/protocols, /usr/include/rpc, /usr/include/sys, /usr/lib/audit, /usr/lib/gconv, /usr/lib/locale, /usr/libexec/getconf, /usr/share/i18n, /usr/share/zoneinfo, - /var/cache/nscd, and /var/lib/nss_db + and /var/lib/nss_db @@ -661,17 +661,6 @@ mkdir -pv /etc/ld.so.conf.d - - nscd - - A daemon that provides a cache for the most common name - service requests - - nscd - - - - pcprofiledump From 370b0f548d8c29350f34f8f651359cb35800dcc2 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Mon, 2 Oct 2023 11:36:12 +0800 Subject: [PATCH 2/3] whatsnew: Align OpenSSL package name with the in its page --- chapter01/whatsnew.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index f30678d8f..56fd11d71 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -198,7 +198,7 @@ <para>Ninja-&ninja-version;</para> </listitem>--> <listitem> - <para>Openssl-&openssl-version;</para> + <para>OpenSSL-&openssl-version;</para> </listitem> <!--<listitem> <para>Patch-&patch-version;</para> From 0d8322dbe62f0a5d4a86b03e155dbbb593a130ad Mon Sep 17 00:00:00 2001 From: Xi Ruoyao <xry111@xry111.site> Date: Mon, 2 Oct 2023 11:44:21 +0800 Subject: [PATCH 3/3] createfiles: Remove doubled punctuation --- chapter07/createfiles.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter07/createfiles.xml b/chapter07/createfiles.xml index cfa2ee919..9047fa744 100644 --- a/chapter07/createfiles.xml +++ b/chapter07/createfiles.xml @@ -230,7 +230,7 @@ chmod -v 600 /var/log/btmp</userinput></screen> <filename>lastlog</filename> files use 32-bit integers for timestamps and they'll be fundamentally broken after year 2038. Many packages have stopped using them and other packages are going to stop using - them. It is probably best to consider them deprecated.. + them. It is probably best to consider them deprecated. </para> </note>