Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 144789

Summary: mail-filter/amavisd-new collision with new /var/amavis/.razor/*.conf
Product: Gentoo Linux Reporter: Cédric Krier <cedk>
Component: New packagesAssignee: Antivirus Team <antivirus>
Status: VERIFIED TEST-REQUEST    
Severity: normal CC: net-mail+disabled
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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!