15 lines
390 B
Diff
15 lines
390 B
Diff
--- 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
|
|
if [ "$verbose" = 0 ]
|
|
then
|
|
- openssl rehash . > /dev/null
|
|
+ c_rehash.sh . > /dev/null
|
|
else
|
|
- openssl rehash .
|
|
+ c_rehash.sh .
|
|
fi
|
|
fi
|
|
|