dbus: start at rc5.d/S02 instead of S20

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4794 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-07-03 10:46:15 +00:00
parent 15cc35e419
commit d44b557f99
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ S = "${WORKDIR}/dbus-${PV}"
inherit autotools pkgconfig update-rc.d gettext
INITSCRIPT_NAME = "dbus-1"
INITSCRIPT_PARAMS = "defaults"
INITSCRIPT_PARAMS = "start 02 5 2 . stop 20 0 1 6 ."
CONFFILES_${PN} = "${sysconfdir}/dbus-1/system.conf ${sysconfdir}/dbus-1/session.conf"

View File

@ -1,6 +1,6 @@
include dbus.inc
PR = "r2"
PR = "r3"
SRC_URI += "file://fix-dbus-launch-x11.patch;patch=1 \
file://fix-install-daemon.patch;patch=1 "