aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-12-13 11:24:21 +0100
committerintrigeri <intrigeri@boum.org>2010-12-13 11:24:21 +0100
commit8098286aa1c8d751e7cf1872775a1bb41538624f (patch)
tree00542291c5da9d49564ec2bc88463efd693b5730
parent13f247afebde199ffb03d23e8662d362d5681ca6 (diff)
downloadbackupninja-8098286aa1c8d751e7cf1872775a1bb41538624f.tar.gz
backupninja-8098286aa1c8d751e7cf1872775a1bb41538624f.tar.bz2
dup helper: fix separate signing key usecase.
Thanks to Ian Beckwith for the patch.
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog4
-rw-r--r--handlers/dup.helper.in2
3 files changed, 6 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 90fa918..9202931 100644
--- 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
diff --git a/ChangeLog b/ChangeLog
index 8bcdc6b..18d5429 100644
--- 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
diff --git a/handlers/dup.helper.in b/handlers/dup.helper.in
index e985c5e..12331a3 100644
--- a/handlers/dup.helper.in
+++ b/handlers/dup.helper.in
@@ -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