rdiff.in modification
There is an error at line 62 of handlers/rdiff.in file (function check_consistancy) :
if [ "host" == "" ]; then
fatal "Host must be specifed for remote $section."
fi
instead of :
if [ "$host" == "" ]; then
fatal "Host must be specifed for remote $section."
fi
Good works !
(from redmine: created on 2009-09-03, closed on 2009-09-23)