Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 280571 - mail-filter/milter-regex creates user milter with wrong home directory
Summary: mail-filter/milter-regex creates user milter with wrong home directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Alin Năstac (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-06 16:13 UTC by Thomas Beutin
Modified: 2009-08-15 12:54 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 Thomas Beutin 2009-08-06 16:13:37 UTC
when installing mail-filter/milter-regex an user milter is created with the wrong home directory /dev/null instead of /var/milter, but mail-filter/spamass-milter needs /var/milter for storing his stuff

Reproducible: Always

Steps to Reproduce:

Actual Results:  
entry in /etc/passwd:
milter:x:104:1002:added by portage for milter-regex:/dev/null:/sbin/nologin

Expected Results:  
entry in /etc/passwd:
milter:x:106:10507:added by portage for spamass-milter:/var/milter:/sbin/nologin
Comment 1 Alin Năstac (RETIRED) gentoo-dev 2009-08-15 12:54:36 UTC
Actually /var/milter is a poor choice from FHS pov.

The new home directory has been set to /var/lib/milter and following packages belonging to mail-filter category have been changed to reflect this change:
  dk-milter
  milter-regex
  spamass-milter
  sid-milter
  dkim-milter

Closed as FIXED.