xserver-nodm-init: make the init script depend on dbus, because the session needs it

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4989 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2008-07-31 10:59:24 +00:00
parent ed1b1e9a8f
commit 5b06f27887
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ DESCRIPTION = "Simple Xserver Init Script (no dm)"
LICENSE = "GPL"
SECTION = "x11"
PRIORITY = "optional"
PR = "r15"
PR = "r16"
RDEPENDS = "dbus-wait"
SRC_URI = "file://xserver-nodm"

View File

@ -2,7 +2,7 @@
#
### BEGIN INIT INFO
# Provides: xserver
# Required-Start: $local_fs $remote_fs
# Required-Start: $local_fs $remote_fs dbus
# Required-Stop: $local_fs $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6