. Fixed shell command quoting issues, missing 'then' clauses, cleaned up
compress=yes to be less redundant and not create empty uncompressed
file (Closes: #394935)
+ maildir:
+ . Added an examples file (Closes: Trac#23)
mysql:
. Fixed case where odd combination of configuration options caused sqldump
backups to get overwritten with an empty file (Closes: #402679)
destdir=${destdir%/}
srcdir=${srcdir%/}
-# used for testing
-#getconf testuser elijah
-
[ -d $srcdir ] || fatal "source directory $srcdir doesn't exist"
[ "$multiconnection" == "notset" ] && fatal "The maildir handler uses a very different destination format. See the example .maildir for more information"