summaryrefslogtreecommitdiff
path: root/security/mozilla-rootcerts
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-08-10 10:47:42 +0000
committerwiz <wiz@pkgsrc.org>2014-08-10 10:47:42 +0000
commit57243d7cd011901d67f18b28581480d3b8c0f773 (patch)
treeca7905917bc13c9a84fc9abf46856dcaa6d9e82a /security/mozilla-rootcerts
parentbcd06d3703c91a6410e079d2d65c4b506c00484f (diff)
downloadpkgsrc-57243d7cd011901d67f18b28581480d3b8c0f773.tar.gz
Use 'mkdir -p' in case ${PREFIX}/etc doesn't exist yet.
Diffstat (limited to 'security/mozilla-rootcerts')
-rw-r--r--security/mozilla-rootcerts/MESSAGE4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/mozilla-rootcerts/MESSAGE b/security/mozilla-rootcerts/MESSAGE
index d0125280369..4ee0b9e48e7 100644
--- a/security/mozilla-rootcerts/MESSAGE
+++ b/security/mozilla-rootcerts/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.4 2013/03/15 16:14:55 bsiegert Exp $
+$NetBSD: MESSAGE,v 1.5 2014/08/10 10:47:42 wiz Exp $
Execute this command to extract and rehash all CA root certificates
distributed by the Mozilla Project, so that they can be used by third
@@ -12,7 +12,7 @@ GnuTLS.
To mark these certificates as trusted for users of gnupg2, do
the following (assuming default PKG_SYSCONFBASE and a Bourne shell):
- # mkdir /usr/pkg/etc/gnupg
+ # mkdir -p /usr/pkg/etc/gnupg
# cd /usr/pkg/etc/gnupg
# for c in /etc/openssl/certs/*.pem; do
> openssl x509 -in $c -noout -fingerprint|sed 's|^.*=\(.*\)|\1 S|'