Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 133171 - sys-apps/baselayout and daemontools
Summary: sys-apps/baselayout and daemontools
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Other
: High trivial (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-13 00:40 UTC by petre rodan (RETIRED)
Modified: 2006-05-13 08:13 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 petre rodan (RETIRED) gentoo-dev 2006-05-13 00:40:26 UTC
functions.sh contains these two lines:

# daemontools dir
SVCDIR="/var/lib/supervise"

please remove them, because:

1. such environment variables should go to /etc/env.d/
2. baselayout doesn't use this variable anywhere else in a daemontools context
3. the path is completely wrong. there are 3 different packages in the tree that use '/service' not '/var/lib/supervise' as SVCDIR:

sys-process/daemontools
sys-process/daemontools-scripts
sys-process/supervise-scripts
Comment 1 SpanKY gentoo-dev 2006-05-13 08:13:19 UTC
done