Julien Cristau writes: > Well that's not quite correct. If start-stop-daemon fails, the init > script is supposed to fail if mpd isn't running after start, or it's > still running after stop... Adding '|| true' to s-s-d invocations is > wrong, IMHO.
You're right. Since #478018 was fixed by fixing this anyway, I shouldn't have used the hack there (as you can see from the suggested patch gdm apparently does it with `set +e' but that's the same thing, just... uglier). I'll strip this out for the next revision. -- things change. [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

