diff options
author | Dan McGee <dan@archlinux.org> | 2009-03-30 18:48:15 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-07-22 20:13:53 -0500 |
commit | ca6ef852f9944ad31e8a136f7faf71da2c5fb57f (patch) | |
tree | ddc13ce9e32a17c4c916720cf0e290fb7175c60b /doc | |
parent | 4b21504ffc947d39a0c69a774fe14a37262942a8 (diff) | |
download | pacman-ca6ef852f9944ad31e8a136f7faf71da2c5fb57f.tar.xz |
New feature: files verification
This implements FS#13877. Add a new option "-Qk" which checks if all of the
files for a given package (or packages) are really on the system (i.e. not
accidentally deleted). This can be combined with filters and other display
options. It also respects both the --quiet and --verbose flags to give
varying levels of output.
Based on the original patch by Charly Coste <changaco@laposte.net>, thanks
for your work!
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pacman.8.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index af85a15e..b56ad6b5 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -196,6 +196,11 @@ Query Options[[QO]] '\--info' or '-i' flags will also display the list of backup files and their modification states. +*-k \--check*:: + Check that all files owned by the given package(s) are present on the + system. If packages are not specified or filter flags are not provided, + check all installed packages. + *-l, \--list*:: List all files owned by a given package. Multiple packages can be specified on the command line. @@ -220,7 +225,8 @@ Query Options[[QO]] names and not version, group, and description information; owns will only show package names instead of "file is owned by pkg" messages; group will only show package names and omit group names; list will only show - files and omit package names; a bare query will only show package names + files and omit package names; check will only show pairs of package names + and missing files; a bare query will only show package names rather than names and versions. *-s, \--search* <'regexp'>:: |