Package: backupninja
Version: 0.9.9-1
Tags: patch

If there was some sort of rdiff-backup version inconsistency, the
rdiff helper prompts the user asking "Do you wish to continue
anyway?".

However, as the program uses its `msgBox` utility instead of
`booleanBox`, you can't select 'yes' so you get stuck in an loop.

Patch attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org
       `-
diff --git a/handlers/rdiff.helper.in b/handlers/rdiff.helper.in
index 039799e..1597305 100644
--- a/handlers/rdiff.helper.in
+++ b/handlers/rdiff.helper.in
@@ -265,7 +265,7 @@ do_rdiff_con() {
             fi
          fi
       else
-         msgBox "incompatible versions of rdiff-backup" "It looks like 
rdiff-backup is installed on the remote machine, but it may be an incompatible 
version with the one installed locally, or something else is amiss.\n\nPlease 
resolve this problem and then try connecting again.\n\n\nTry connecting again?"
+         booleanBox "incompatible versions of rdiff-backup" "It looks like 
rdiff-backup is installed on the remote machine, but it may be an incompatible 
version with the one installed locally, or something else is amiss.\n\nPlease 
resolve this problem and then try connecting again.\n\n\nTry connecting again?"
          if [ $? = 0 ]; then
             do_rdiff_con
          else

Attachment: signature.asc
Description: PGP signature

Reply via email to