| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
fix return value and errno check
|
|
|
|
|
| |
fallback to read(2)/write(2) in case sendfile is not supported by kernel
or blockdevice/filesystem
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
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
|