Joey Hess wrote:
This bug is nearly 4 years old, most of it can be fixed trivially
(documentation),
part of it can lead potentially to data loss (config
file naming differences).
I suppose that isn't true anymore:
# Check for existing /etc/maildroprc and create a symlink
# /etc/courier/maildroprc if latter file doesn't exist
if [ ! -e /etc/courier/maildroprc ]; then
if [ -f /etc/maildroprc ]; then
ln -s ../maildroprc /etc/courier
fi
fi
Otherwise, your claim about this bug being fixed is well-founded,
however after etch is released the courier and maildrop maintainers
should make an effort to merge these packages.
Bye
Racke
--
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]