| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
We were only grabbing the index of the certlist table, which was making the
filename appear as a number. It would seem like the seem like the second
variables from the pairs() function is the actual name we want.
[Timo: changed to use lua scratch '_' for the first return value,
and use ipairs as it is numbered table.]
|
|
|
|
| |
lua posix has changed api. update accordingly
|
|
|
|
| |
also optimize and cleanup the lua code a bit too. ref #2846
|
|
fix also overlay protected paths to exclude generated links.
ref #2846
|