]> git.pld-linux.org Git - packages/ca-certificates.git/blobdiff - no-openssl-rehash.patch
up to 20190110
[packages/ca-certificates.git] / no-openssl-rehash.patch
index bdd965b9340f38f4f2212c92c56dfb2756f18244..2ea0b2013d884ff2d394083434b657bf3109c764 100644 (file)
@@ -1,13 +1,13 @@
 --- ca-certificates/sbin/update-ca-certificates~       2018-04-13 22:08:15.000000000 +0200
 +++ ca-certificates/sbin/update-ca-certificates        2018-04-13 22:30:21.837942256 +0200
 @@ -185,9 +185,9 @@
-   # only run if set of files has changed
+   done
    if [ "$verbose" = 0 ]
    then
 -    openssl rehash . > /dev/null
 +    c_rehash.sh . > /dev/null
    else
--    openssl rehash .
+-    openssl rehash -v .
 +    c_rehash.sh .
    fi
  fi
This page took 0.026789 seconds and 4 git commands to generate.