projects
/
packages
/
ca-certificates.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ce0e3a
)
- missing hunk
author
Jan Rękorajski
<baggins@pld-linux.org>
Mon, 1 Feb 2010 13:42:04 +0000
(13:42 +0000)
committer
cvs2git
<feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000
(12:13 +0000)
Changed files:
ca-certificates-etc-certs.patch -> 1.5
ca-certificates-etc-certs.patch
patch
|
blob
|
blame
|
history
diff --git
a/ca-certificates-etc-certs.patch
b/ca-certificates-etc-certs.patch
index 9ed3a0d6a5fe1cf3d7692bfc148adbebacb82597..509dfd10cf7ce50fa3b69d9439975f54f442f0c9 100644
(file)
--- a/
ca-certificates-etc-certs.patch
+++ b/
ca-certificates-etc-certs.patch
@@
-28,6
+28,14
@@
then
rm -f "$PEM"
@@ -110,24 +110,18 @@
+ do
+ case $(readlink $symlink) in
+ $CERTSDIR*) rm -f $symlink;;
++ $LOCALCERTSDIR*) rm -f $symlink;;
+ esac
+ done
+ find . -type l -print | while read symlink
+@@ -110,24 +110,18 @@
sed -e '/^$/d' -e '/^#/d' -e '/^!/d' $CERTSCONF | while read crt
do
This page took
0.122601 seconds
and
4
git commands to generate.