On Sat, Apr 9, 2011 at 7:32 PM, John A. Sullivan III <[email protected]> wrote: > > Once I took the time to learn how to use it, RedHat's chkconfig worked > very well and it was simple to use (chkconfig <service> on, chkconfig > <service> off, chkconfig --list <service>, chkconfig --add <service>. I > wonder if that's what insserv is trying to do. I had never heard of it > until this thread. Is there a Debian equivalent of chkconfig?
apt-get install chkconfig (but it's not quite the same as in RHEL/Fedora) insserv names/numbers the rcx.d scripts according to the headers in the init.d scripts. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

