Re: disabling daemons from init.d

1996-05-17 Thread Guy Maor
On Thu, 16 May 1996, Ian Jackson wrote: > Why don't you just make > /etc/cron.weekly/wuftpd be empty or not executable, and copy it to the > cron.daily directory ? Don't make it nonexecutable, or run-parts will complain. Making it empty is good though. Guy

Re: disabling daemons from init.d

1996-05-16 Thread Ian Jackson
[EMAIL PROTECTED] writes ("Re: disabling daemons from init.d"): > > Simply remove the S* links from the rc?.d > > I had a similar problem. If I install a package and move its cronjob from > cron.weekly to cron.dayly, will the cron-file be replaced on an update? > Would

Re: disabling daemons from init.d

1996-05-16 Thread Craig Sanders
On Tue, 14 May 1996, eckes wrote: > > Simply remove the S* links from the rc?.d > > I had a similar problem. If I install a package and move its cronjob > from cron.weekly to cron.dayly, will the cron-file be replaced on an > update? Wouldnt it be better to store all cron scripts in cron.d > lik

Re: disabling daemons from init.d

1996-05-15 Thread eckes
Hello, > Simply remove the S* links from the rc?.d I had a similar problem. If I install a package and move its cronjob from cron.weekly to cron.dayly, will the cron-file be replaced on an update? Wouldnt it be better to store all cron scripts in cron.d like init.d and on update check only for th

Re: disabling daemons from init.d

1996-05-14 Thread Ian Jackson
Jean Orloff writes ("Re: disabling daemons from init.d "): >[Ed Donovan writes:] >> like to conserve as much memory as I can. My question is, what's the best >> way for me to disable the services started by the init scripts like >> netbase netstd, etc, while

Re: disabling daemons from init.d

1996-05-06 Thread Jean Orloff
Ed> like to conserve as much memory as I can. My question is, what's the best Ed> way for me to disable the services started by the init scripts like Ed> netbase netstd, etc, while not deleting the files? At first, I moved the Ed> S* links, from rc2.d to an 'unused' directory. That did stop

Re: disabling daemons from init.d

1996-05-05 Thread Ed Donovan
To: Ed Donovan <[EMAIL PROTECTED]> Subject: Re: disabling daemons from init.d Date: Sat, 04 May 1996 10:49:57 -0400 From: Michael Alan Dorman <[EMAIL PROTECTED]> cd to /etc/init.d, chmod -x whatever, where whatever is the script you

Re: disabling daemons from init.d

1996-05-04 Thread eckes
>My question is, what's the > best way for me to disable the services started by the init scripts like > netbase netstd, etc, while not deleting the files? You can just delete them in the rcX.d directory. They will remain in /etc/init.d. Another solution