]> git.pld-linux.org Git - packages/ca-certificates.git/blame_incremental - ca-certificates-c_rehash.sh.patch
- add esteid certs, www.sk.ee
[packages/ca-certificates.git] / ca-certificates-c_rehash.sh.patch
... / ...
CommitLineData
1--- ca-certificates/sbin/update-ca-certificates~ 2008-11-03 12:22:30.000000000 +0100
2+++ ca-certificates/sbin/update-ca-certificates 2008-11-03 14:27:18.000000000 +0100
3@@ -90,9 +90,9 @@
4 # only run if set of files has changed
5 if [ "$verbose" = 0 ]
6 then
7- c_rehash . > /dev/null
8+ c_rehash.sh . > /dev/null
9 else
10- c_rehash .
11+ c_rehash.sh .
12 fi
13 fi
14
This page took 0.067469 seconds and 4 git commands to generate.