wok-4.x rev 2353
cyrus-imapd: typo in init script
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 05 08:35:57 2009 +0000 (2009-03-05) |
parents | f4a8698969b0 |
children | 54134b594899 404157548fd3 |
files | cyrus-imapd/stuff/etc/init.d/cyrus-imapd |
line diff
1.1 --- a/cyrus-imapd/stuff/etc/init.d/cyrus-imapd Wed Mar 04 21:27:34 2009 +0100 1.2 +++ b/cyrus-imapd/stuff/etc/init.d/cyrus-imapd Thu Mar 05 08:35:57 2009 +0000 1.3 @@ -22,7 +22,7 @@ 1.4 exit 1 1.5 fi 1.6 dir=$(grep ^configdirectory /etc/imapd.conf | awk '{ print $2 }') 1.7 - if [ -f $dir/mailboxes.db ]; then 1.8 + if [ ! -f $dir/mailboxes.db ]; then 1.9 echo -n "Initialize $DESC: " 1.10 /usr/cyrus/bin/mkimap 1.11 for i in user quota ; do