> On Wed, 9 Mar 2005, Adam Heath wrote:
> >>This is a bug in run-parts.  It should reverse the order.
> >>
> >>Or you are not  understanding how it works.
> >
> >reassign 298783 sysv-rc
> >thanks
> 
> I don't understand. What is the bug? The order sysv-rc uses to
> run the scripts is the standard order used by POSIX when you
> do a "for i in S??*". That is well known. If that isn't what
> you'd like it to be, fix the priority of the Sxx symlinks.
> 
> Or am I overlooking something ?


The suggestion seems to be that scripts at the same sequence number
should be started in lexicographical order and stopped in anti-
lexicographical order.

    ...
    S20bar
    S20foo
    ...

    ...
    K20foo
    K20bar
    ...

While this might have made sense if it had been stipulated from the
start, sysv-rc doesn't currently work this way (it always does things
in lexicographical order) and making a change now might be more
trouble than it is worth.  Making a change before for sarge is out of
the question.

I think that the relevant xen package should employ different sequence
numbers in order to enforce a sane ordering of stopping and starting.

-- 
Thomas
Hood



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to