Actions
Bug #9750
closedpkgchk -l package list runs together
Start date:
2018-08-16
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
The list of package printed out by pkgchk -l run together, for example:
$ pkgchk -l -p /usr/share/man/man7
NOTE: Couldn't lock the package database.
Pathname: /usr/share/man/man7
Type: directory
Expected mode: 0755
Expected owner: root
Expected group: bin
Referenced by the following packages:
TRIBsys-kernel-suspend-resumeTRIBsys-kernel TRIBsys-scheduler-fssTRIBdev-versioning-git
Current status: installed
Note that there isn't a space between TRIBsys-kernel-suspend-resume and TRIBsys-kernel, for example.
Updated by Electric Monk almost 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 74fbde0026523e948c17e57c29e2d53edad1c600
commit 74fbde0026523e948c17e57c29e2d53edad1c600 Author: Peter Tribble <peter.tribble@gmail.com> Date: 2018-08-20T17:35:26.000Z 9750 pkgchk -l package list runs together Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
Actions