]> git.pld-linux.org Git - packages/ca-certificates.git/blame - ca-certificates-undebianize.patch
- versioned Obsoletes
[packages/ca-certificates.git] / ca-certificates-undebianize.patch
CommitLineData
98dc7c4a
ER
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
76b4b9b9 3@@ -28,7 +28,7 @@ CERTSCONF=/etc/ca-certificates.conf
9c631836 4 CERTSDIR=/usr/share/ca-certificates
156426d3 5 LOCALCERTSDIR=/usr/local/share/ca-certificates
df159834 6 CERTBUNDLE=ca-certificates.crt
9c631836 7-ETCCERTSDIR=/etc/ssl/certs
9af0daca 8+ETCCERTSDIR=@openssldir@
76b4b9b9 9 HOOKSDIR=/etc/ca-certificates/update.d
156426d3 10
76b4b9b9
AM
11 while [ $# -gt 0 ];
12@@ -187,19 +187,4 @@ mv -f "$TEMPBUNDLE" "$CERTBUNDLE"
156426d3
JR
13
14 echo "$ADDED_CNT added, $REMOVED_CNT removed; done."
156426d3 15
76b4b9b9
AM
16-if [ -d "$HOOKSDIR" ]
17-then
18-
19- echo "Running hooks in $HOOKSDIR..."
20- VERBOSE_ARG=
21- [ "$verbose" = 0 ] || VERBOSE_ARG="--verbose"
1fc0c79c 22- eval run-parts "$VERBOSE_ARG" --test -- "$HOOKSDIR" | while read -r hook
76b4b9b9
AM
23- do
24- ( cat "$ADDED"
25- cat "$REMOVED" ) | "$hook" || echo "E: $hook exited with code $?."
26- done
27- echo "done."
28-
29-fi
30-
156426d3 31 # vim:set et sw=2:
59b34d92
ER
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
9c631836
JR
34@@ -16,7 +16,7 @@
35 .\" .sp <n> insert n+1 empty lines
36 .\" for manpage-specific macros, see man(7)
37 .SH NAME
76b4b9b9 38-update-ca-certificates \- update /etc/ssl/certs and ca-certificates.crt
9af0daca 39+update-ca-certificates \- update @openssldir@ and ca-certificates.crt
9c631836
JR
40 .SH SYNOPSIS
41 .B update-ca-certificates
42 .RI [ options ]
59b34d92 43@@ -38,11 +38,6 @@
1fc0c79c
JP
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.
9c631836
JR
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
1fc0c79c 55@@ -61,7 +61,7 @@
4ab1fc5e 56 Be verbose. Output \fBopenssl rehash\fP.
9c631836
JR
57 .TP
58 .B \-f, \-\-fresh
59-Fresh updates. Remove symlinks in /etc/ssl/certs directory.
9af0daca 60+Fresh updates. Remove symlinks in @openssldir@ directory.
9c631836 61 .TP
1fc0c79c
JP
62 .B \-\-certsconf
63 Change the configuration file. By default, the file
64@@ -84,7 +84,7 @@
9c631836
JR
65 .I /etc/ca-certificates.conf
66 A configuration file.
67 .TP
68-.I /etc/ssl/certs/ca-certificates.crt
eccb1882 69+.I /etc/openssl/ca-certificates.crt
1fc0c79c
JP
70 A single-file version of CA certificates. This holds all CA certificates
71 that were activated in /etc/ca-certificates.conf.
9c631836 72 .TP
This page took 0.084849 seconds and 4 git commands to generate.