diff options
Diffstat (limited to 'security/mozilla-rootcerts')
-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" |