I assume you mean the scripts that start the various daemons? They're all
in /etc/rc.d/init.d, but they're controlled by entries in /etc/rc.d/rcX.d
where X is the runlevel. I assume your normal runlevel is 3 or 5; you can
tell if a service will be started or not by whether or not the entry for
it in this directory has a K or an S at the beginning- S is started, K is
killed (or inactive). Moving an entry to the corresponding status, i.e.
% mv K88sendmail S88sendmail
will change what happens to it (this command means sendmail will be
started next time, obviously). I think Shawn said they're just links to
the files in /etc/rc.d/init.d, but I've found real files work well too- I
stole one off Pantheon that I needed once and put it directly in the
proper runlevel directory (using Pantheon scripts almost certainly
wouldn't work for Linux, btw).
Hope that answers the question (and that it wasn't too long winded)-
Nat
This archive was generated by hypermail 2b29 : Wed Apr 27 2005 - 03:30:03 EDT