On Fri, Apr 02, 2004 at 03:30:55PM +0200, Patrice Fortier wrote:
> But, when someone ask where is chkconfig (the RH version of
> update-rc.d), everybody reply that it's update-rc.d.
> So from this PoV, I consider that it's also an administrator tool.
The people who provide that answer are wrong.
> And there's still the "good ol' days" way:
> find /etc/rc?.d/ -name "???service" -exec rm {} \;
> :)
Which is also wrong; you should only remove S* links.
--
- mdz