]> git.pld-linux.org Git - packages/ca-certificates.git/commitdiff
- fixed bundle location
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 1 Feb 2010 13:31:53 +0000 (13:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ca-certificates-etc-certs.patch -> 1.3
    ca-certificates-undebianize.patch -> 1.4

ca-certificates-etc-certs.patch
ca-certificates-undebianize.patch

index 784bbe16efc07593f1746133ef18368c8d88d220..ab1b0d200165d4faa9d87092c0436a99cfdcc644 100644 (file)
@@ -6,7 +6,7 @@
  CERTSDIR=/usr/share/ca-certificates
 -LOCALCERTSDIR=/usr/local/share/ca-certificates
 +LOCALCERTSDIR=/etc/certs
- CERTBUNDLE=/etc/openssl/ca-certificates.crt
+ CERTBUNDLE=ca-certificates.crt
  ETCCERTSDIR=/etc/openssl/certs
  cd $ETCCERTSDIR
 @@ -62,7 +62,7 @@
index 86ac0b7effa7f389d1c01632f5db5d72bbaa875b..a53fd967f3a3d5019dcc229840585deafb8926ae 100644 (file)
@@ -2,17 +2,15 @@ diff -ur ca-certificates/sbin/update-ca-certificates ca-certificates-undebianize
 --- ca-certificates/sbin/update-ca-certificates        2008-04-11 20:47:29.000000000 +0200
 +++ ca-certificates-undebianize/sbin/update-ca-certificates    2008-11-01 12:17:37.000000000 +0100
 @@ -38,7 +38,7 @@
- CERTSCONF=/etc/ca-certificates.conf
  CERTSDIR=/usr/share/ca-certificates
  LOCALCERTSDIR=/usr/local/share/ca-certificates
--CERTBUNDLE=ca-certificates.crt
+ CERTBUNDLE=ca-certificates.crt
 -ETCCERTSDIR=/etc/ssl/certs
-+CERTBUNDLE=/etc/openssl/ca-certificates.crt
 +ETCCERTSDIR=/etc/openssl/certs
  
  cleanup() {
    rm -f "$TEMPBUNDLE"
-@@ -88,17 +88,6 @@
+@@ -88,16 +88,6 @@
  fi
  
  echo "$ADDED_CNT added, $REMOVED_CNT removed; done."
@@ -21,15 +19,14 @@ diff -ur ca-certificates/sbin/update-ca-certificates ca-certificates-undebianize
 -echo -n "Running hooks in $HOOKSDIR...."
 -VERBOSE_ARG=
 -[ "$verbose" = 0 ] || VERBOSE_ARG=--verbose
--eval run-parts $VERB_ARG --test -- $HOOKSDIR | while read hook
+-eval run-parts $VERBOSE_ARG --test -- $HOOKSDIR | while read hook
 -do
 -  ( cat $ADDED
 -    cat $REMOVED ) | $hook || echo E: $hook exited with code $?.
 -done
--echo "done."
+ echo "done."
  
  # vim:set et sw=2:
 diff -ur ca-certificates/sbin/update-ca-certificates.8 ca-certificates-undebianize/sbin/update-ca-certificates.8
 --- ca-certificates/sbin/update-ca-certificates.8      2008-04-11 20:47:29.000000000 +0200
 +++ ca-certificates-undebianize/sbin/update-ca-certificates.8  2008-11-01 12:18:14.000000000 +0100
This page took 0.097388 seconds and 4 git commands to generate.