The helper didn't display the key properly, and I couldn't figure out
authorMicah Anderson <micah@riseup.net>
Sat, 22 Apr 2006 21:31:34 +0000 (21:31 +0000)
committerMicah Anderson <micah@riseup.net>
Sat, 22 Apr 2006 21:31:34 +0000 (21:31 +0000)
how to get it to do so, so I just removed that piece ;)

handlers/dup.helper

index 81c6ad1290b912a7c882cecc5b39e91216b69525..e1d481ab197d7b1f03db4eda5d73616b4c8e62a9 100644 (file)
@@ -207,10 +207,10 @@ do_dup_gpg() {
         [ $? = 0 ] || return 1
    elif [ "$dup_gpg_sign" == "yes" ]; then
       if [ -z "$dup_gpg_signkey" ]; then
         [ $? = 0 ] || return 1
    elif [ "$dup_gpg_sign" == "yes" ]; then
       if [ -z "$dup_gpg_signkey" ]; then
-        do_dup_gpg_passphrase "unlock the GnuPG 0x$dup_gpg_signkey key used to sign the backups"
+        do_dup_gpg_passphrase "unlock the GnuPG key used to sign the backups"
         [ $? = 0 ] || return 1
       else
         [ $? = 0 ] || return 1
       else
-        do_dup_gpg_passphrase "unlock the GnuPG 0x$dup_gpg_encryptkey key used to sign the backups"
+        do_dup_gpg_passphrase "unlock the GnuPG key used to sign the backups"
         [ $? = 0 ] || return 1
       fi
    fi
         [ $? = 0 ] || return 1
       fi
    fi