projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5125ae6
)
Sync update-ca-certificates-dsa with stretch update-ca-certificates
author
Paul Wise
<pabs@debian.org>
Sun, 19 Jun 2016 03:02:58 +0000
(11:02 +0800)
committer
Paul Wise
<pabs@debian.org>
Sun, 19 Jun 2016 03:02:58 +0000
(11:02 +0800)
modules/ssl/files/update-ca-certificates-dsa
patch
|
blob
|
history
diff --git
a/modules/ssl/files/update-ca-certificates-dsa
b/modules/ssl/files/update-ca-certificates-dsa
index
bf26ec3
..
2f1dce8
100755
(executable)
--- a/
modules/ssl/files/update-ca-certificates-dsa
+++ b/
modules/ssl/files/update-ca-certificates-dsa
@@
-121,7
+121,7
@@
if [ "$fresh" = 1 ]; then
find . -type l -print | while read symlink
do
case $(readlink "$symlink") in
- $CERTSDIR*
) rm -f "$symlink"
;;
+ $CERTSDIR*
|$LOCALCERTSDIR*) rm -f $symlink
;;
esac
done
find . -type l -print | while read symlink