[luau] turning off radhat services

Vince Hoang luau at ml.altern8.net
Mon Mar 31 18:39:00 PST 2003


On Mon, Mar 31, 2003 at 09:14:21PM -0500, tburns at despammed.com wrote: 
> I've been googling around trying to update it myself, but I'm
> in a bit over my head. If you guys give me a sanity check, I'll
> go ahead & update the page.

Since others have made a lot of good practical suggestions, here
is a more experimental approach in pseudo code:

while nothing breaks:
  chkconfig --list | grep :on
  chkconfig --del $foo
  test

The premise: if you do not know what the service is, you will
either not need it, or find out really quickly that you do! :)

-Vince



More information about the LUAU mailing list