https://bugs.koozali.org/show_bug.cgi?id=12144

bunkobugsy <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |IN_PROGRESS
         Resolution|FIXED                       |---

--- Comment #4 from bunkobugsy <[email protected]> ---
looking at the update log I think it's better to simply leave createlinks

safe_touch("root/etc/dovecot/sharedmailbox/dict.db");

and POSTIN

# Migrate the sharedmailbox dict to its new location
if [ -e /etc/dovecot/sharedmailbox/dict.db ]; then
    if [ ! -e /home/e-smith/db/dovecot/sharedmailbox.db]; then
        mv -f /etc/dovecot/sharedmailbox/dict.db
/home/e-smith/db/dovecot/sharedmailbox.db
    fi
    rm -rf /etc/dovecot/sharedmailbox
fi

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to