Releases: Freaky/checkrestart
Releases · Freaky/checkrestart
Users and Bikesheds
Added
-u
flag for username/ID filteringUSER
column, anduid
field for JSON/XML
Changed
COMMAND
column is nowARGUMENTS
NAME
column is nowCOMMAND
UPDATED
column is nowWHY
- libxo output version 2 for new/renamed fields
Fixed
- Don't pad
ARGUMENTS
column - Allow filtering by jid 0
Filter by name and process group
Added
- Allow filtering by process name and process group
Fixed
- Call
xo_finish()
inusage()
Jail filtering
--libxo=excellent,pretty
Added libxo
support, enabling such things as:
-# checkrestart --libxo=json,pretty
{
"__version": "1",
"checkrestart": {
"process": [
{
"pid": 85250,
"jid": 0,
"name": "zsh",
"updated": "Binary",
"command": "/usr/local/bin/zsh"
}
]
}
}
checkrelease
Initial release
- I think the squiggles are in a reasonable order.
- I'm pretty sure that valgrind warning isn't my fault.
scan-build
reportsNo bugs found
.