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
committerPetr Baudis <pasky@suse.cz>2010-11-30 03:24:32 +0100
commit977bbf5c1869f25d013aa530e7a1a222f6f547ff (patch)
tree7929c2fba371fb44fa0b802a2c3ea48aa1322cfa /ChangeLog
parent491e94705bce68a32ce9ddbf4eefd17c5814c1fb (diff)
downloadglibc-977bbf5c1869f25d013aa530e7a1a222f6f547ff.tar.gz
glibc-977bbf5c1869f25d013aa530e7a1a222f6f547ff.tar.xz
glibc-977bbf5c1869f25d013aa530e7a1a222f6f547ff.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
(cherry picked from commit 6db52fbb272979bdcd5d5dd7ab187e1893eda9e3)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 54f9d041b3..49dcad65c2 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-05-31  Petr Baudis <pasky@suse.cz>
 
 	[BZ #10085]