Package: ca-certificates
Version: 20080809
Severity: minor
In https://bugs.gentoo.org/show_bug.cgi?id=234816 I encountered problems
with openldap, caused by broken symlinks in /etc/ssl/certs. Gentoo also
uses update-ca-certificates to manage that directory. That script calls
c_rehash, which would have reported the issue, but all output from
c_rehash is redirected to /dev/null, including all error messages.
I suggest showing the error messages, so that admins are more likely to
notice possible problems with their certificates. I already submitted a
patch for this as https://bugs.gentoo.org/attachment.cgi?id=162959 for
Gentoo, but as the issue probably affects all users of ca-certificates,
I think you might want to address it at the source.
diff -ur ca-certificates-20080809/sbin/update-ca-certificates
ca-certificates/sbin/update-ca-certificates
--- ca-certificates-20080809/sbin/update-ca-certificates
+++ ca-certificates/sbin/update-ca-certificates
@@ -83,7 +83,7 @@
# only run if set of files has changed
if [ "$verbose" = 0 ]; then
- c_rehash . > /dev/null 2>&1
+ c_rehash . > /dev/null
else
c_rehash .
fi
Greetings,
Martin von Gagern
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]