]> git.pld-linux.org Git - packages/ca-certificates.git/commitdiff
- missing hunk
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 1 Feb 2010 13:42:04 +0000 (13:42 +0000)
committercvs2git <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

index 9ed3a0d6a5fe1cf3d7692bfc148adbebacb82597..509dfd10cf7ce50fa3b69d9439975f54f442f0c9 100644 (file)
    then
      rm -f "$PEM"
 @@ -110,24 +110,18 @@
    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
  
  sed -e '/^$/d' -e '/^#/d' -e '/^!/d' $CERTSCONF | while read crt
  do
This page took 0.047725 seconds and 4 git commands to generate.