about summary refs log tree commit diff
path: root/pkgs/tools/admin/chkservice
AgeCommit message (Collapse)AuthorFilesLines
2022-09-25chkservice: pull fix for gcc-11Sergei Trofimovich1-2/+21
Without the change build fails on gcc-11 as: src/chk-systemd.cpp: In member function 'const char* ChkBus::getState(const char*)': src/chk-systemd.cpp:120:15: error: ordered comparison of pointer with integer zero ('const char*' and 'int') 120 | if (state < 0) { | ~~~~~~^~~
2022-06-23chkservice: init at 0.3Guillaume @layus Maudoux1-0/+37