Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88246 - dspam ebuild creates system.log with wrong permissions
Summary: dspam ebuild creates system.log with wrong permissions
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-07 03:55 UTC by Timo Maier
Modified: 2005-05-10 08:55 UTC (History)
1 user (show)

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


Attachments
dspam-3.4.5.ebuild.diff (dspam-3.4.5.ebuild.diff,455 bytes, text/plain)
2005-05-01 13:14 UTC, Marco Morales
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Timo Maier 2005-04-07 03:55:13 UTC
dspam ebuild 3.4.2 creates /var/log/dspam/system.log with owner and group "root". dspam is not able to write to this file. The group and owner should be set to "dspam".


Reproducible: Always
Steps to Reproduce:
1.
2.
3.



Expected Results:  
set the permission to dspam:dspam (and mybe 640 or 660)
Comment 1 Marco Morales 2005-05-01 13:14:21 UTC
Created attachment 57763 [details]
dspam-3.4.5.ebuild.diff

Its against last ebuild also has the same problem
Comment 2 Lim Swee Tat (RETIRED) gentoo-dev 2005-05-10 08:55:32 UTC
Fixed the problem in CVS.  Thanx for the diff.  Hmmm... The code looks wrong though since I should have a insopt above it.