Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 29318

Summary: Threaded/parallel service init (/sbin/runscript)
Product: Gentoo Linux Reporter: Patrik Kullman <patrik>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: minor CC: radek
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www-106.ibm.com/developerworks/linux/library/l-boot.html?ca=dgr-lnxw04BootFaster
Whiteboard:
Package list:
Runtime testing required: ---

Description Patrik Kullman 2003-09-22 01:27:23 UTC
I just read up on the URL here, and thought that this would be an easy
implementation of Gentoo, since the init script has depend() { need, after,
before, provide }

Maybe an optional configuration in make.conf?

Reproducible: Always
Steps to Reproduce:
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-09-22 04:31:20 UTC
it's there already, just set: RC_PARALLEL_STARTUP="yes"
in your /etc/rc.conf file
Comment 2 Radek Podgorny 2003-11-21 12:58:39 UTC
Are you sure it's working properly? I'd expect to get my X running as soon as posiible but xdm always starts as the last one... :-(

Radek