New commits:
commit 01dd146cf4549dae84e171d9143e4e2102a9e5cb
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
ca-certificates: Create /etc/ssl/certs if missing with 0750
diff --git a/crypto/ca-certificates/HISTORY b/crypto/ca-certificates/HISTORY
index 97d05d5..7c380d6 100644
--- a/crypto/ca-certificates/HISTORY
+++ b/crypto/ca-certificates/HISTORY
@@ -1,3 +1,6 @@
+2009-08-04 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: Create /etc/ssl/certs if missing with 0750
+
2009-08-03 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 20090709
* FINAL: Added code from gentoo to check from broken sym links
diff --git a/crypto/ca-certificates/INSTALL b/crypto/ca-certificates/INSTALL
index 36cdf6a..de48d53 100755
--- a/crypto/ca-certificates/INSTALL
+++ b/crypto/ca-certificates/INSTALL
@@ -10,4 +10,7 @@ cp -vpr usr/sbin/* $INSTALL_ROOT/usr/sbin &&
cd $INSTALL_ROOT/usr/share/ca-certificates &&
find . -name '*.crt' | sort | cut -b3- >
$INSTALL_ROOT/etc/ca-certificates.conf &&