]> git.pld-linux.org Git - packages/ca-certificates.git/blobdiff - ca-certificates-etc-certs.patch
- BR: python-modules
[packages/ca-certificates.git] / ca-certificates-etc-certs.patch
index ab1b0d200165d4faa9d87092c0436a99cfdcc644..af0617d9f901aa0d8d86f41a6ddd638960d67577 100644 (file)
    if test -L "$PEM"
    then
      rm -f "$PEM"
-@@ -110,24 +110,17 @@
+@@ -89,6 +89,7 @@
+   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
@@ -36,6 +44,7 @@
    then
 +    add "$CERTSDIR/$crt"
 +  elif test -f "$LOCALCERTSDIR/$crt"
++  then
 +    add "$LOCALCERTSDIR/$crt"
 +  else
 -    echo "W: $CERTSDIR/$crt not found, but listed in $CERTSCONF." >&2
This page took 0.036848 seconds and 4 git commands to generate.