diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-01-27 13:54:10 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-01-27 13:54:10 +0000 |
commit | dca1089673ca5560af8d03ea31d8d991231dbf05 (patch) | |
tree | 38c573db1f040bb728bfe51424a4e49f5cd04f90 /security | |
parent | 095accd43a573a149e1cf3ea49a2366d630f9a60 (diff) | |
download | pkgsrc-dca1089673ca5560af8d03ea31d8d991231dbf05.tar.gz |
Fix typo in previous.
Diffstat (limited to 'security')
-rw-r--r-- | security/mozilla-rootcerts/files/mozilla-rootcerts.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/mozilla-rootcerts/files/mozilla-rootcerts.sh b/security/mozilla-rootcerts/files/mozilla-rootcerts.sh index 79aada92b60..bcfe89d70bf 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.7 2015/01/27 13:53:06 jperkin Exp $ +# $NetBSD: mozilla-rootcerts.sh,v 1.8 2015/01/27 13:54:10 jperkin Exp $ # # This script is meant to be used as follows: # @@ -19,7 +19,7 @@ : ${SSLDIR=@SSLDIR@} : ${RM=@RM@} -self="@LOCALBASE@/bin/mozilla-rootcerts" +self="@LOCALBASE@/sbin/mozilla-rootcerts" certfile="@DATADIR@/certdata.txt" certdir="/etc/ssl/certs" |