[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to remove zope from run-level 3?



>>>>> "Robert" == Robert Cymbala <cymbaLa@lafn.org> writes:

    Robert> Here's the situation:

[snip]
    Robert> Syntax: update-rc.d [-n] [-f] name remove

    Robert> How to remove Zope from only/just run-level 3?

I think the third syntax in the update-rc.d manpage is what you're
looking for.  Something like:
   
    update-rc.d zope stop 25 3

should do the trick.  (I think those are the right options - 'man
update-rc.d', and look at the third SYNOPSIS line for details.)  The
'remove' option is, as you've discovered, for removing a init script
entirely from the startup process.

In your case, I would probably just disable zope for all runlevels;
you can still run it manually with '/etc/init.d/zope start', and once
you get it working right you can easily re-enable it with 

    update-rc.d zope defaults 

(P.S., is there a good all-around reference for the bootup process?  I
started on Slackware a long time ago, so the symlinked /etc/rc?.d
entries are kind of new and strange to me.)

-Ansel
-- 
$_{\$,}=[];@,=(%_,\%_,\*_,sub{},'JaPH'x2);y/0-9a-y//d,for(@,);map{$_ x=3}@,;$q=
join'',sort'$y=shift@,; $y^= int(eval$q) $q=q-my eval${q}if@,;$y-;pr'=~/\S*/g;$
_=q]"^vp|\@Zi0e|12O7340CP567M[,"];s@\d@\$][$&]@g;@]=(split'',unpack qq^$&q^^q^,
^^q,nQ,,q^)%1T&'`P%"SD`^);push@,,eval;eval(('JXKCC'^q^/.*/g^).$q=~/(.{6}).$/g);



Reply to: