Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144789 - mail-filter/amavisd-new collision with new /var/amavis/.razor/*.conf
Summary: mail-filter/amavisd-new collision with new /var/amavis/.razor/*.conf
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Antivirus Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-22 14:47 UTC by Cédric Krier
Modified: 2006-12-25 11:53 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cédric Krier gentoo-dev 2006-08-22 14:47:15 UTC
The ebuild do an doins for all files that are in /var/amavis/.razor/*.{conf,lst}.
But those files are added by razor and that create a collision on updating amavisd-new. Because ebuild try to overwrite those files that are not owned by any package. I think the ebuild must leave those files.
Comment 1 Andrej Kacian (RETIRED) gentoo-dev 2006-12-24 13:20:49 UTC
OK, I've changed amavisd-new-2.4.4 ebuild so that it doesn't do anything if amavis' .razor/ dir exists. IMO that should fix this collision issue. Can you please test?
Comment 2 Cédric Krier gentoo-dev 2006-12-25 08:29:14 UTC
It seems to work
Thanks
Comment 3 Andrej Kacian (RETIRED) gentoo-dev 2006-12-25 11:53:54 UTC
Yay!