| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Do not depend on PATH for run-parts, instead we try /usr/bin/run-parts
and /bin/run-parts directly. Exit with error if it fails.
(cherry picked from commit c2b94cc3813c31bbba0f1da42b402cbe024c5fae)
|
|
|
|
|
|
|
|
|
|
| |
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
(cherry picked from commit febc87f0569a6cc0e688991108c60a1c7d88f81e)
|
|
|
|
| |
fixes #4772
|
|
|
|
|
| |
- fix permissions for the .crt bundle
- fix exec of c_rehash
|
|
Use C implementation to avoid Lua dependency.
https://github.com/xynopsis/update_ca_cert
|