mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
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:
11
meta/packages/dbus/dbus-1.1.20/dbus-1.init
vendored
11
meta/packages/dbus/dbus-1.1.20/dbus-1.init
vendored
@@ -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>
|
||||
|
||||
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user