diff options
author | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2022-02-04 10:51:57 +0100 |
---|---|---|
committer | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2022-02-04 10:51:57 +0100 |
commit | 651c74bef90c5d167eab8ee6c0c7531beb4bfb0b (patch) | |
tree | 6d50cdd6cb301a7b282189e48773f9f81e518891 /chapter08/glibc.xml | |
parent | a5d31dd654840c3e5990fd1b3f29831b2cc01cf6 (diff) |
Remove unnecessary sed in glibc-2.35
Diffstat (limited to 'chapter08/glibc.xml')
-rw-r--r-- | chapter08/glibc.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index d8ede99a6..4f1ae2c36 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -43,11 +43,12 @@ <sect2 role="installation"> <title>Installation of Glibc</title> +<!-- applied in 2.35 (commit b805aebd42364fe696e417808a700fdb9800c9e8) <para>First, fix a security problem identified upstream:</para> <screen><userinput remap="pre">sed -e '/NOTIFY_REMOVED)/s/)/ \&\& data.attr != NULL)/' \ -i sysdeps/unix/sysv/linux/mq_notify.c</userinput></screen> - +--> <para>Some of the Glibc programs use the non-FHS compliant <filename class="directory">/var/db</filename> directory to store their runtime data. Apply the following patch to make such programs |