mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
15 lines
360 B
Diff
15 lines
360 B
Diff
|
--- ./sbin/update-ca-certificates.orig 2019-02-26 14:32:54.468993281 -0600
|
||
|
+++ ./sbin/update-ca-certificates 2019-02-26 14:33:18.352991305 -0600
|
||
|
@@ -174,9 +174,9 @@
|
||
|
# only run if set of files has changed
|
||
|
if [ "$verbose" = 0 ]
|
||
|
then
|
||
|
- openssl rehash . > /dev/null
|
||
|
+ c_rehash . > /dev/null
|
||
|
else
|
||
|
- openssl rehash .
|
||
|
+ c_rehash .
|
||
|
fi
|
||
|
fi
|
||
|
|