chkconfig just puts a symlink in /etc/rc.d/rc<level>.d to the script.
However, with redhat and others, rc.local is run after the rc<level>.d
scripts no matter what runlevel one is in. (well, possibly not level 1,
but ...) Either method is equally valid. I suppose the chkconfig one is a
bit cleaner ...
--
How many priests are needed for a Boston Mass?
On Sun, 12 Mar 2000, Chip Rosenthal wrote:
> On Thu, Mar 09, 2000 at 10:17:37PM -0600, Alexander Appa wrote:
> > am I correct in thinking that adding
> > /usr/sbin/dhcpcd to /etc/rc.d/rc.local is supposed to automatically do
> > this when Linux is booted?
>
> Probably not. Which Linux are you using? For instance, on my Red Hat
> 6.x boxes I need to do:
>
> /sbin/chkconfig --level 2345 dhcpd on
>
> to get the dhcpd startup script (/etc/rc.d/init.d/dhcpd) linked into the
> right places.
>
>
---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]