Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20039 - courier-imap ebuild misses to create dirs in /var/lib
Summary: courier-imap ebuild misses to create dirs in /var/lib
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-27 07:52 UTC by Alessandro Pisani
Modified: 2003-04-30 07:28 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 Alessandro Pisani 2003-04-27 07:52:54 UTC
courier-imap ebuild misses to create the following needed dirs in /var/lib:
/var/lib/courier-imap  and  /var/lib/courier-imap/authdaemon

Reproducible: Always
Steps to Reproduce:
1. emerge courier-imap
2. try to star courier-imap

Actual Results:  
error message:
 * Starting authdaemond.plain...
/var/lib/courier-imap/authdaemon/lock: No such file or directory          [ !! ]



Expected Results:  
successful start of process
Comment 1 Alessandro Pisani 2003-04-27 07:56:24 UTC
adding:
keepdir /var/lib/courier-imap
keepdir /var/lib/courier-imap/authdaemon
at the end of the src_install of the courier-imap ebuild worked for me.
is this the right way to do it?

bye
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2003-04-28 16:29:56 UTC
thanks for the heads up. it looks like that is all that's needed. i'll test it a bit before closing.
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2003-04-30 07:28:29 UTC
i've fixed this in the new version 1.7.1 in unstable.