Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 470854 - init-scripts never reach started if symlink from outside /etc/init.d
Summary: init-scripts never reach started if symlink from outside /etc/init.d
Status: RESOLVED DUPLICATE of bug 350910
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: OpenRC Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-21 09:37 UTC by Justin Lecher (RETIRED)
Modified: 2013-05-21 18:02 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 Justin Lecher (RETIRED) gentoo-dev 2013-05-21 09:37:51 UTC
if you have something like this

/etc/init.d/foo -> /data/src/bar/foo.init

with foo:

start()
{
	echo "hello world"
}


local will timeout because of foo.
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2013-05-21 17:50:35 UTC

*** This bug has been marked as a duplicate of bug 350910 ***
Comment 2 William Hubbs gentoo-dev 2013-05-21 18:02:18 UTC
The issue is that symbolic links in a service directory (such as
/etc/init.d) must point to scripts in the same directory.
We already have a bug for this.