Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (0fae9f2c286b11009008abffe6155c1b22fc5bce)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (0fae9f2c286b11009008abffe6155c1b22fc5bce)
  • Date: Wed, 24 Feb 2010 17:51:20 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

crypto/ca-certificates/HISTORY | 4 ++++
crypto/ca-certificates/INSTALL | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 0fae9f2c286b11009008abffe6155c1b22fc5bce
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

ca-certificates: Create /etc/ca-certificates/update.d, required by
update-ca-certificates

diff --git a/crypto/ca-certificates/HISTORY b/crypto/ca-certificates/HISTORY
index 941fd5d..c9e5bef 100644
--- a/crypto/ca-certificates/HISTORY
+++ b/crypto/ca-certificates/HISTORY
@@ -1,3 +1,7 @@
+2010-02-24 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: Create /etc/ca-certificates/update.d, required by
+ update-ca-certificates
+
2009-08-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 20090814; some clean up

diff --git a/crypto/ca-certificates/INSTALL b/crypto/ca-certificates/INSTALL
index de48d53..bf11fa1 100755
--- a/crypto/ca-certificates/INSTALL
+++ b/crypto/ca-certificates/INSTALL
@@ -1,6 +1,6 @@
mkdir -pv $INSTALL_ROOT/usr/share/ca-certificates &&
-
mkdir -pv $INSTALL_ROOT/usr/share/doc/ca-certificates &&
+mkdir -pv $INSTALL_ROOT//etc/ca-certificates/update.d &&

cp -vpr usr/share/ca-certificates/* $INSTALL_ROOT/usr/share/ca-certificates
&&
cp -vpr usr/share/man/man8/* $INSTALL_ROOT/usr/share/man/man8 &&



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (0fae9f2c286b11009008abffe6155c1b22fc5bce), Eric Sandall, 02/24/2010

Archive powered by MHonArc 2.6.24.

Top of Page