Sort of dependes on what programs you want to run. You can use update-rc.d, .xsession, .kde/Autostart/ and so on.
Example: update-rc.d ssh defaults
or: update-rc.d kdm start 99 5 . stop 01 0 1 2 3 4 6 .
EDIT: almost forgot that you wanted to remove also:
update-rc.d -f ssh remove
Also have a look at /etc/inetd.conf
Last edited by makuyl; 09-07-2005 at 03:39 AM.
|