]> gitweb.fluxo.info Git - backupninja.git/commitdiff
dup helper: fix separate signing key usecase.
authorintrigeri <intrigeri@boum.org>
Mon, 13 Dec 2010 10:24:21 +0000 (11:24 +0100)
committerintrigeri <intrigeri@boum.org>
Mon, 13 Dec 2010 10:24:21 +0000 (11:24 +0100)
Thanks to Ian Beckwith for the patch.

AUTHORS
ChangeLog
handlers/dup.helper.in

diff --git a/AUTHORS b/AUTHORS
index 90fa918563ad54e7966925e80700c52a269852d5..9202931ec9f9ccb0f234db223b177692afb35ca6 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -29,7 +29,7 @@ Adam Monsen - spec file updates
 Matthew Palmer <mpalmer@debian.org> -- halt loglevel feature
 dan@garthwaite.org -- reportspace bugfix
 Tuomas Jormola <tj@solitudo.net> -- "when = manual" option
-Ian Beckwith <ianb@erislabs.net> -- dup bandwidthlimit fix
+Ian Beckwith <ianb@erislabs.net> -- dup bandwidthlimit fix, dup helper fix
 Olivier Berger <oberger@ouvaton.org> -- much work on the dup handler
 stefan <s.freudenberg@jpberlin.de> -- dup support for Amazon S3 buckets
 maniacmartin <martin@maniacmartin.com> -- rdiff confusing error message fix
index 8bcdc6b9e00f2d866d02cbccd14650ffe797e157..18d5429c31e197ec8fe3d694e9a0432b0417e742 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,6 +27,10 @@ version 0.9.9 -- UNRELEASED
         . Fix long rotation.
        sys:
         . Route around broken vgcfgbackup not able to handle multiple VG arguments
+    helper changes
+       dup:
+        . Fix separate signing key usecase. Thanks to Ian Beckwith for
+          the patch.
        
 version 0.9.8 -- September 12, 2010
     backupninja changes
index e985c5e7bd097646efe8a35d26c6eee935989659..12331a3bea1797719b3fe99b394b3a70dd06ec0e 100644 (file)
@@ -179,7 +179,7 @@ do_dup_gpg_signkey() {
       dup_gpg_onekeypair=no
    fi
 
-   if [ "$dup_gpg_onekeypair" == "no" }; then
+   if [ "$dup_gpg_onekeypair" == "no" ]; then
       # signkey ?
       REPLY=
       while [ -z "$REPLY" -o -z "$dup_gpg_signkey" ]; do