Linked by David Adams on Mon 29th Sep 2008 02:58 UTC, submitted by AdamW
Thread beginning with comment 331814
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, 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.