service: Drop rcN.d runlevels from SysV services that also exist in rcS.d
authorTollef Fog Heen <tfheen@err.no>
Mon, 17 Oct 2011 19:00:42 +0000 (21:00 +0200)
committerTollef Fog Heen <tfheen@err.no>
Mon, 17 Oct 2011 19:02:42 +0000 (21:02 +0200)
commite51db373c242b7541794affb2b5e411bcce26d0f
tree61d83176e8e7370539b3ac56274bfa016e8690e5
parent563ba9ea6e60774086555998b957edf923e24b46
service: Drop rcN.d runlevels from SysV services that also exist in rcS.d

Services which claim to start in both rcN.d and rcS.d generate
loops which for some reason seems to usually end up with dbus not
starting and the whole machine being quite unhappy. We now rather
assume that if a service can be started in rcS, it should not also
start in rcN.d.

Fixes Debian bug #637037
src/service.c