pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/mozilla-rootcerts/files Fix typo in previous.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92f6af81569e
branches:  trunk
changeset: 645353:92f6af81569e
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Jan 27 13:54:10 2015 +0000

description:
Fix typo in previous.

diffstat:

 security/mozilla-rootcerts/files/mozilla-rootcerts.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 8cbbef6dd1b1 -r 92f6af81569e security/mozilla-rootcerts/files/mozilla-rootcerts.sh
--- a/security/mozilla-rootcerts/files/mozilla-rootcerts.sh     Tue Jan 27 13:53:22 2015 +0000
+++ b/security/mozilla-rootcerts/files/mozilla-rootcerts.sh     Tue Jan 27 13:54:10 2015 +0000
@@ -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"
 



Home | Main Index | Thread Index | Old Index