Alejandro Colomar
Alejandro Colomar
> Thank you! getting to test > > meantime ag shows that defaults still point to `/var/run/unit` The default is actually `/usr/local/var/run/unit`. See: ``` $ ./configure --help | grep -e...
v2 changes: - Consistently use octal mode. ``` $ git range-diff master gh/fs fs 1: a97da9fb = 1: a97da9fb fs: Use branchless code 2: 990b238f = 2: 990b238f fs: Use...
> Is there any specific need to have `/run/unit` if it used for socket and pid-file only? The FHS 3.0 :-) ``` Programs may have a subdirectory of /run; this...
BTW, I see in that you specify `--control="unix:/run/control.unit.sock"` and `--pid="/run/unit.pid"`. You can drop those definitions now that you specify $runstatedir. You also specify `--statedir="/var/lib/unit"`, and you can also drop it,...
v2b changes: - Add some `Fixes:` fields ``` $ git range-diff master gh/fs fs 1: a97da9fb = 1: a97da9fb fs: Use branchless code 2: 990b238f = 2: 990b238f fs: Use...
> Thank you! specified `--runstatedir="/run"` for configure and looks like all tests passed (sadly armv7 and armhf hanging after packaging in CI but that's preexisting) > > **EDIT** ref https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/64807...
> ``` > fs: Correctly handle "/" in nxt_fs_mkdir_parent() > > The previous code attempted to mkdir(""), that is an empty string. > Since "/" necessarily exists, just goto out_free....
> ``` > fs: Make parents recursively for the pid file and the control socket > ``` > > I'm not sure recursively is the right term to use here....
v2d changes: - wfix commit message ``` $ git range-diff master gh/fs fs 1: fd618a14 = 1: fd618a14 fs: Use branchless code 2: e9b3b2fe = 2: e9b3b2fe fs: Use a...