Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61301 - dspam ebuild overwrites /etc/mail/dspam/trusted.users (should be protected?)
Summary: dspam ebuild overwrites /etc/mail/dspam/trusted.users (should be protected?)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-22 15:21 UTC by Martin Allchin
Modified: 2004-08-28 06:10 UTC (History)
0 users

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 Martin Allchin 2004-08-22 15:21:00 UTC
dspam 3.1.0 & 3.1.1 overwrite /etc/mail/dspam/trusted.users -- shouldn't this be protected as it's in /etc?

Reproducible: Always
Steps to Reproduce:
1. emerge dspam
2. echo > foo /etc/mail/dspam/trusted.users
3. emerge dspam
4. cat /etc/mail/dspam/trusted.users
Actual Results:  
/etc/mail/dspam/trusted.users blank

Expected Results:  
/etc/mail/dspam/trusted.users should have show up in etc-update
Comment 1 Lim Swee Tat (RETIRED) gentoo-dev 2004-08-27 21:17:06 UTC
Fixed it by checking trusted.users before installing the files

Regards
Lim Swee Tat
Comment 2 Martin Allchin 2004-08-28 06:10:57 UTC
Tested and working, thanks.