Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sys-process/acct: revbump, fix file paths | 2021-07-23 | 1 | -0/+232 | |
before: $ sa -h ... The system's default process accounting files are: raw process accounting data: @ACCT_FILE_LOC@ summary by command name: @SAVACCT_FILE_LOC@ summary by username: @USRACCT_FILE_LOC@ after: $ sa -h ... The system's default process accounting files are: raw process accounting data: /var/account/pacct summary by command name: /var/account/savacct summary by username: /var/account/usracct Bug: https://bugs.gentoo.org/635262 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> |