]> git.pld-linux.org Git - packages/ca-certificates.git/commitdiff
- use shell version of c_rehash script auto/th/ca-certificates-20080809-3
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 3 Nov 2008 14:06:02 +0000 (14:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ca-certificates-c_rehash.sh.patch -> 1.1

ca-certificates-c_rehash.sh.patch [new file with mode: 0644]

diff --git a/ca-certificates-c_rehash.sh.patch b/ca-certificates-c_rehash.sh.patch
new file mode 100644 (file)
index 0000000..ad8074f
--- /dev/null
@@ -0,0 +1,14 @@
+--- ca-certificates/sbin/update-ca-certificates~       2008-11-03 12:22:30.000000000 +0100
++++ ca-certificates/sbin/update-ca-certificates        2008-11-03 14:27:18.000000000 +0100
+@@ -90,9 +90,9 @@
+   # only run if set of files has changed
+   if [ "$verbose" = 0 ]; then
+-    c_rehash . > /dev/null 2>&1
++    c_rehash.sh . > /dev/null 2>&1
+   else
+-    c_rehash .
++    c_rehash.sh .
+   fi
+   echo "done."
+ else
This page took 0.028637 seconds and 4 git commands to generate.