aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/0005-checksum-doc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0005-checksum-doc.patch')
-rw-r--r--debian/patches/0005-checksum-doc.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/0005-checksum-doc.patch b/debian/patches/0005-checksum-doc.patch
new file mode 100644
index 0000000..25cef84
--- /dev/null
+++ b/debian/patches/0005-checksum-doc.patch
@@ -0,0 +1,17 @@
+--- a/server/wallet-backend.in
++++ b/server/wallet-backend.in
+@@ -500,6 +500,14 @@
+ Check whether an object of type <type> and name <name> already exists. If
+ it does, prints C<yes>; if not, prints C<no>.
+
++=item checksum file|password <name>
++
++Return the checksum for a file or password object. By default a file
++objects checksum some will be calculated using the perl function
++md5_hex of the Digest::MD5 module. This behavior can be overriden in
++the wallet configuration file. See perldoc Wallet::Config for
++complete details.
++
+ =item comment <type> <name> [<comment>]
+
+ If <comment> is not given, displays the current comment for the object