On Thu, Jun 21, 2001 at 03:05:53AM +0400, Michael Tokarev wrote: > Luke Kenneth Casson Leighton wrote: > > > [] > > srvsvcd's job is also to handle the dependencies for service startup. > > > > we could look at the linux kernel 'Calculating module dependencies' > > code to get an algorithm to work out the startup order. > > Why, why, why this is needed???? Why not to use runtime linker for > this?
> Or I completely missed the point here (probably)? not entirely: i wasn't aware of runtime linker capabilities like this. the answer to your question is because these are programs (daemons) not .so's. all best, luke
