]> git.pld-linux.org Git - packages/ca-certificates.git/blob - no-openssl-rehash.patch
- versioned Obsoletes
[packages/ca-certificates.git] / no-openssl-rehash.patch
1 --- ca-certificates/sbin/update-ca-certificates~        2018-04-13 22:08:15.000000000 +0200
2 +++ ca-certificates/sbin/update-ca-certificates 2018-04-13 22:30:21.837942256 +0200
3 @@ -185,9 +185,9 @@
4    # only run if set of files has changed
5    if [ "$verbose" = 0 ]
6    then
7 -    openssl rehash . > /dev/null
8 +    c_rehash.sh . > /dev/null
9    else
10 -    openssl rehash .
11 +    c_rehash.sh .
12    fi
13  fi
14  
This page took 0.063577 seconds and 3 git commands to generate.