Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52747 - Scripts in /etc/rc.d/init.d are not supported by rc-update
Summary: Scripts in /etc/rc.d/init.d are not supported by rc-update
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-01 20:19 UTC by Michael Frank
Modified: 2004-06-02 05:36 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 Michael Frank 2004-06-01 20:19:07 UTC
After installing Win4Lin, `rc-update add Win4Lin default` could not find the Win4Lin rc script which is installed /etc/init.d/rc.d.

The same applies to other apps like kudzu.

My proposed fix is to the baselayout to create /etc/rc.d with a link to /etc/init.d in it:

mkdir /etc/rc.d
cd /etc/rc.d
ln -s ../init.d
Comment 1 SpanKY gentoo-dev 2004-06-02 05:36:50 UTC
or why dont you make some Gentoo compatible init scripts for those packages ?

those init scripts are not the same as a Gentoo init script ... edit them to see

i'd suggest you file a bug for each