Hi Mattias and sysvinit maintainers, On Tue, Jul 20, 2010 at 02:41:39PM +0200, Mattias Ellert wrote: > Would this do the right thing? > > update-rc.d fetch-crl-boot stop 20 0 1 2 3 4 5 6 . >/dev/null
The first thing I can tell is that this line does not fail, so it would definitely lower the severity or close the bug. On the other hand I do not know whether this is what you intend. This way update-rc.d does not touch startup links for fetch-crl-boot. So if a user messed them up, the update-rc.d will not fix it. I would not exclude the possibility of a bug in update-rc.d either. Maybe nobody tried to add a script that is only stopped but never started, but update-rc.d could be supporting the syntax you (or some dh script?) used. I therefore pulled in the sysvinit maintainers. Helmut _______________________________________________ Pkg-sysvinit-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-sysvinit-devel

