summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2014-08-08 21:41:15 +0200
committerGuillem Jover <guillem@debian.org>2014-08-09 22:48:11 +0200
commit07a39b75cc81bacee9f011b0c628821226ae262c (patch)
tree19228bf33ea3db401bdb2520db9bcdb06458102c /man
parent30b1fef6064ac64584ff2701965f5118d0fd3be0 (diff)
downloaddpkg-07a39b75cc81bacee9f011b0c628821226ae262c.tar.gz
dpkg(1): Move the explanation of functional checks to the --verify command
It makes more sense to have it in the --verify command description than on the --verify-format one. Closes: #747264
Diffstat (limited to 'man')
-rw-r--r--man/dpkg.18
1 files changed, 6 insertions, 2 deletions
diff --git a/man/dpkg.1 b/man/dpkg.1
index f8da106ad..cdcaf0fdd 100644
--- a/man/dpkg.1
+++ b/man/dpkg.1
@@ -212,6 +212,11 @@ of the files metadata information in the database is the binary packages
themselves. That metadata gets collected at package unpack time during
the installation process.
+Currently the only functional check performed is an md5sum verification
+against the stored value in the files database. It will only get checked
+if the database contains the file md5sum. To check for any missing
+metadata in the database, the \fB\-\-audit\fP command can be used.
+
The output format is selectable with the \fB\-\-verify\-format\fP
option, which by default uses the \fBrpm\fP format, but that might
change in the future, and as such, programs parsing this command
@@ -640,8 +645,7 @@ of a line for every path that failed any check. The lines start with 9
characters to report each specific check result, a '\fB?\fP' implies the
check could not be done (lack of support, file permissions, etc), '\fB.\fP'
implies the check passed, and an alphanumeric character implies a specific
-check failed; currently the only functional check is an md5sum verification
-against the stored value in the files database, denoted with a '\fB5\fP' on
+check failed; the md5sum verification is denoted with a '\fB5\fP' on
the third character. The line is followed by a space and an attribute
character (currently '\fBc\fP' for conffiles), another
space and the pathname.