dbus: add init script depends

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4810 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2008-07-03 15:32:50 +00:00
parent 24c9b5d3c5
commit fef1266806
2 changed files with 12 additions and 1 deletions

View File

@@ -1,4 +1,15 @@
#! /bin/sh
### BEGIN INIT INFO
# Provides: dbus
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 1
# Short-Description: D-Bus systemwide message bus
# Description: D-Bus is a simple interprocess messaging system, used
# for sending messages between applications.
### END INIT INFO
#
# -*- coding: utf-8 -*-
# Debian init.d script for D-BUS
# Copyright © 2003 Colin Walters <walters@debian.org>

View File

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