Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 733 - postfix-1.1.3 does not create /var/spool/portage
Summary: postfix-1.1.3 does not create /var/spool/portage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Donny Davies (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-17 11:20 UTC by Ian Smith
Modified: 2003-02-04 19:42 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 Ian Smith 2002-02-17 11:20:53 UTC
Strange one this, I remerged after running postfix-check because it complained
that /var/spool/portage did not exist.

The lines in the emerge output:

--- /var/spool/
>>> /var/spool/postfix/
>>> /var/spool/postfix/maildrop/

seem to indicate that the dir was created, but an ls confirmed the original
output of postfix-check, ie. not found.

I did a mkdir and postfix-check succeded.
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-02-17 11:49:11 UTC
creating ${ROOT}/var/spool/postfix in pkg_postinst() will fix this.
Comment 2 Donny Davies (RETIRED) gentoo-dev 2002-02-18 19:02:44 UTC
fixed.