]> git.pld-linux.org Git - packages/ca-certificates.git/blob - ca-certificates-undebianize.patch
- versioned Obsoletes
[packages/ca-certificates.git] / ca-certificates-undebianize.patch
1 --- ca-certificates-undebianize/sbin/update-ca-certificates     2008-11-01 12:17:37.000000000 +0100
2 +++ ca-certificates-20090814/sbin/update-ca-certificates        2010-05-05 14:03:33.683398895 +0300
3 @@ -28,7 +28,7 @@ CERTSCONF=/etc/ca-certificates.conf
4  CERTSDIR=/usr/share/ca-certificates
5  LOCALCERTSDIR=/usr/local/share/ca-certificates
6  CERTBUNDLE=ca-certificates.crt
7 -ETCCERTSDIR=/etc/ssl/certs
8 +ETCCERTSDIR=@openssldir@
9  HOOKSDIR=/etc/ca-certificates/update.d
10  
11  while [ $# -gt 0 ];
12 @@ -187,19 +187,4 @@ mv -f "$TEMPBUNDLE" "$CERTBUNDLE"
13  
14  echo "$ADDED_CNT added, $REMOVED_CNT removed; done."
15  
16 -if [ -d "$HOOKSDIR" ]
17 -then
18 -
19 -  echo "Running hooks in $HOOKSDIR..."
20 -  VERBOSE_ARG=
21 -  [ "$verbose" = 0 ] || VERBOSE_ARG="--verbose"
22 -  eval run-parts "$VERBOSE_ARG" --test -- "$HOOKSDIR" | while read -r hook
23 -  do
24 -    ( cat "$ADDED"
25 -      cat "$REMOVED" ) | "$hook" || echo "E: $hook exited with code $?."
26 -  done
27 -  echo "done."
28 -
29 -fi
30 -
31  # vim:set et sw=2:
32 --- ca-certificates-20130610/sbin/update-ca-certificates.8~     2013-06-11 11:32:35.000000000 +0300
33 +++ ca-certificates-20130610/sbin/update-ca-certificates.8      2013-06-11 11:54:40.662201388 +0300
34 @@ -16,7 +16,7 @@
35  .\" .sp <n>    insert n+1 empty lines
36  .\" for manpage-specific macros, see man(7)
37  .SH NAME
38 -update-ca-certificates \- update /etc/ssl/certs and ca-certificates.crt
39 +update-ca-certificates \- update @openssldir@ and ca-certificates.crt
40  .SH SYNOPSIS
41  .B update-ca-certificates
42  .RI [ options ]
43 @@ -38,11 +38,6 @@
44  should be one certificate per file, and not multiple certificates in a single
45  file. Then run update-ca-certificates to merge the new certificates into the
46  existing machine store at /etc/ssl/certs.
47 -.PP
48 -Before terminating, \fBupdate-ca-certificates\fP invokes
49 -\fBrun-parts\fP on /etc/ca-certificates/update.d and calls each hook with
50 -a list of certificates: those added are prefixed with a +, those removed are
51 -prefixed with a -.
52  .SH OPTIONS
53  A summary of options is included below.
54  .TP
55 @@ -61,7 +61,7 @@
56  Be verbose. Output \fBopenssl rehash\fP.
57  .TP
58  .B \-f, \-\-fresh
59 -Fresh updates.  Remove symlinks in /etc/ssl/certs directory.
60 +Fresh updates.  Remove symlinks in @openssldir@ directory.
61  .TP
62  .B \-\-certsconf
63  Change the configuration file. By default, the file
64 @@ -84,7 +84,7 @@
65  .I /etc/ca-certificates.conf
66  A configuration file.
67  .TP
68 -.I /etc/ssl/certs/ca-certificates.crt
69 +.I /etc/openssl/ca-certificates.crt
70  A single-file version of CA certificates. This holds all CA certificates
71  that were activated in /etc/ca-certificates.conf.
72  .TP
This page took 0.065249 seconds and 4 git commands to generate.