summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2017-06-19 00:39:53 +0000
committergdt <gdt@pkgsrc.org>2017-06-19 00:39:53 +0000
commite8ee4c093851d129ab39058d54dbad00c87dff74 (patch)
tree1414d3c19b0a188edbf74a9137397eab43808cdf /security
parentdc2f952120d30779a4d2fe8b58ae3de971c2d748 (diff)
downloadpkgsrc-e8ee4c093851d129ab39058d54dbad00c87dff74.tar.gz
Adjust comments around ca-certificates.crt
(Ride earlier PKGREVISION.)
Diffstat (limited to 'security')
-rw-r--r--security/mozilla-rootcerts/files/mozilla-rootcerts.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/security/mozilla-rootcerts/files/mozilla-rootcerts.sh b/security/mozilla-rootcerts/files/mozilla-rootcerts.sh
index 4364b8b0a31..71c1e9bf16c 100644
--- a/security/mozilla-rootcerts/files/mozilla-rootcerts.sh
+++ b/security/mozilla-rootcerts/files/mozilla-rootcerts.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: mozilla-rootcerts.sh,v 1.17 2017/06/19 00:37:48 gdt Exp $
+# $NetBSD: mozilla-rootcerts.sh,v 1.18 2017/06/19 00:39:53 gdt Exp $
#
# This script is meant to be used as follows:
#
@@ -213,8 +213,9 @@ install)
exit 1
fi
set -e
- # \todo Explain the purpose of the ca-certificates file, and
- # specifically if it is for openssl itself, propgrams using
- # openssl, gnutls, or something else.
+ # \todo This is appparently for users of gnutls, but it is not
+ # clear where it should be and why. In particular, this file
+ # should perhaps be created at package build time and be
+ # managed by pkgsrc.
cat $destdir$certdir/*.pem > $destdir$certdir/ca-certificates.crt
esac