From ca6ef852f9944ad31e8a136f7faf71da2c5fb57f Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 30 Mar 2009 18:48:15 +0200 Subject: 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 , thanks for your work! Signed-off-by: Dan McGee --- src/pacman/conf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pacman/conf.h') diff --git a/src/pacman/conf.h b/src/pacman/conf.h index 39802ca8..6523d490 100644 --- a/src/pacman/conf.h +++ b/src/pacman/conf.h @@ -51,6 +51,7 @@ typedef struct __config_t { unsigned short op_q_search; unsigned short op_q_changelog; unsigned short op_q_upgrade; + unsigned short op_q_check; unsigned short op_s_clean; unsigned short op_s_downloadonly; -- cgit v1.2.3-24-g4f1b