diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-01-14 10:59:29 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-01-14 10:57:33 +0000 |
commit | febc87f0569a6cc0e688991108c60a1c7d88f81e (patch) | |
tree | 5a761b29f55831492ef1556a6e72401b0a247d7c /main/ca-certificates/fix-manpage.patch | |
parent | f488459f9813001df0ab4432b7ee64e3e3dede12 (diff) | |
download | aports-febc87f0569a6cc0e688991108c60a1c7d88f81e.tar.bz2 aports-febc87f0569a6cc0e688991108c60a1c7d88f81e.tar.xz |
main/ca-certificates: run c_rehash as a hook from update.d
instead of running c_rehash directly we run it as a hook from update.d.
We also:
- update the man-page to be more correct.
- remove obsolete lua script
Diffstat (limited to 'main/ca-certificates/fix-manpage.patch')
-rw-r--r-- | main/ca-certificates/fix-manpage.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/ca-certificates/fix-manpage.patch b/main/ca-certificates/fix-manpage.patch new file mode 100644 index 0000000000..c4c1290c59 --- /dev/null +++ b/main/ca-certificates/fix-manpage.patch @@ -0,0 +1,13 @@ +--- ./sbin/update-ca-certificates.8.orig 2016-01-14 10:56:42.084504796 +0100 ++++ ./sbin/update-ca-certificates.8 2016-01-14 10:57:21.685102125 +0100 +@@ -40,9 +40,7 @@ + /usr/local/share/ca-certificates are also included as implicitly trusted. + .PP + Before terminating, \fBupdate-ca-certificates\fP invokes +-\fBrun-parts\fP on /etc/ca-certificates/update.d and calls each hook with +-a list of certificates: those added are prefixed with a +, those removed are +-prefixed with a -. ++\fBrun-parts\fP on /etc/ca-certificates/update.d. + .SH OPTIONS + A summary of options is included below. + .TP |