Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44563 - small glitch in setting the environment vars for mldonkey-2.5.16
Summary: small glitch in setting the environment vars for mldonkey-2.5.16
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-13 07:41 UTC by Ernst Bachmann
Modified: 2004-03-17 23:37 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 Ernst Bachmann 2004-03-13 07:41:30 UTC
in /etc/init.d/mldonkey, the HOME env variable is set as follows:

env HOME=/home/${USER}

while this might be ok for a default setup, I think that it either should read the homedir from /etc/passwd (or YP or whatever),
or should use

env HOME=${BASEDIR}

to set the correct path.

Reproducible: Always
Steps to Reproduce:
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2004-03-17 23:37:06 UTC
all fixed.  thanks.