Linked by David Adams on Mon 29th Sep 2008 02:58 UTC, submitted by AdamW
Permalink for comment 331814
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.





Member since:
2006-11-17
Unfortunately, I believe it is already the case. They mostly use SysV init system, but it's rare to find 2 distros that use the same script to start a service and most of the time you can't use init scripts from distro to distros. And they don't even use the same commands to manage services (chkconfig for red hat, rc-update on gentoo, update-rc.d on debian and so on). I believe the init process is one of the main things that differenciate distros, along with the package manager.