diff options
author | Andreas Metzler <ametzler@debian.org> | 2003-03-29 16:21:35 +0000 |
---|---|---|
committer | Andreas Metzler <ametzler@debian.org> | 2003-03-29 16:21:35 +0000 |
commit | 2fcbd1aa5f650374d8f03c2160340b58044f5d43 (patch) | |
tree | c2c2b8ffb70c6bd097648c577333690faf5acf12 /debian/exim4-base.config | |
parent | 1a4778a35e0b50313d6ac0adc321b5193007dfee (diff) | |
download | exim4-2fcbd1aa5f650374d8f03c2160340b58044f5d43.tar.gz |
add || true to every call of db_input
svn path=/trunk/exim/; revision=167
Diffstat (limited to 'debian/exim4-base.config')
-rw-r--r-- | debian/exim4-base.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/exim4-base.config b/debian/exim4-base.config index 27bc82c..1e97fd1 100644 --- a/debian/exim4-base.config +++ b/debian/exim4-base.config @@ -10,6 +10,6 @@ fi if [ "x${oldmails}" != "x" ] ; then db_version 2.0 - db_input medium exim4/move_exim3_spool + db_input medium exim4/move_exim3_spool || true db_go || true fi |