Derek Martin <[EMAIL PROTECTED]> writes:

> What is the output of the following command on both
> boxes?  
>
>   ls /etc/rc.d/rc3.d |egrep "autofs|amd" 

Hmm, personally I would have just done:

    ls /etc/init.d/a*

especially since an ls of /etc/rc3.d is likely to reveal only a bunch
of symlinks, which may or may not exist for either autofs or amd
depending upon whether they're configured for that run level.  Whereas
/etc/init.d always contains the actual start-up script which is the
target of the symlinks in the /etc/rcX.d directories.

--
Seeya,
Paul

Attachment: pgpoJxpOTsjDd.pgp
Description: PGP signature

Reply via email to