about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPetr Baudis <pasky@suse.cz>2010-11-22 12:47:57 -0500
committerUlrich Drepper <drepper@redhat.com>2010-11-22 12:47:57 -0500
commit6db52fbb272979bdcd5d5dd7ab187e1893eda9e3 (patch)
treee702a7e6080373fe24580e1474df4296bc1b75f1 /ChangeLog
parenteaca75697fdc5c21195935eca2f0b149a75c0316 (diff)
downloadglibc-6db52fbb272979bdcd5d5dd7ab187e1893eda9e3.tar.gz
glibc-6db52fbb272979bdcd5d5dd7ab187e1893eda9e3.tar.xz
glibc-6db52fbb272979bdcd5d5dd7ab187e1893eda9e3.zip
Allow aux_cache_file open()ing to fail silently even in the chroot mode.
The aux_cache fix of bug 11149 introduced a new bug - normally,
ldconfig -r never cares if the auxiliary cache is not available and
that is not a fatal problem, however this is not the case in case
of ldconfig -r when executed as non-root. In that case, ldconfig -r
fails hard unless var/cache/ldconfig/ exists within the chroot. This
patch fixes that.

Conflicts:

	ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index daf74ddfc0..4f4b03c9b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-05-31  Petr Baudis  <pasky@suse.cz>
+
+	[BZ #11149]
+	* elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
+	silently even in the chroot mode.
+
 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
 
 	* nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize