I am working on a little utility that will have people enable/disable things that startup/shutdown on their Debian machines.  Why debian?  Simple, it is what I use.
I do not know about you, but sometimes I want to disable a given service (like samba or nfs) from starting at boot time.  You have to go into each of the /etc/rc?.d directories and  s/S##
How much have I gotten done?  Not much.  Some designs in my head, some code that checks to see which scripts are in which rc?.d directory and are then enabled/disables.  Needs much more work.
I will problably change the name of this.  I just do not have a name yet.  All suggestions welcome.  Email me the suggestions at "scott at sboss dot net" (you can read the address... :> ).
Re:DSAdmin
MetaDatum on 2002-04-19T15:43:26
correct -- see the debian specific update-rc.d script -- its what the debian packages use to enable/disable init scripts.