Re: daemon management

1998-12-27 Thread Phil Gregory
On Sat, Dec 26, 1998 at 01:29:28PM -0500, Bob Bernstein wrote: > Consider that I would like to selectively prevent certain programs from > being started at boot time, such as, say, icmplogd, or the tama daemon. > Further, I don't just want to nuke them off the system, or delete the > symlinks in th

Re: daemon management

1998-12-26 Thread john
Bob Bernstein writes: > What is the preferred method for temporarily disabling them? I've thought > of renaming the pertinent script in the init.d dir, Don't rename the script: just make it non-executable. -- John Hasler [EMAIL PROTECTED] (John Hasler) Dancing Horse Hill Elmwood, WI

daemon management

1998-12-26 Thread Bob Bernstein
Consider that I would like to selectively prevent certain programs from being started at boot time, such as, say, icmplogd, or the tama daemon. Further, I don't just want to nuke them off the system, or delete the symlinks in the rc.d hierarchy. What is the preferred method for temporarily disabli