summaryrefslogtreecommitdiff
path: root/meta/packages/dbus/dbus-1.1.20
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-07-03 15:32:50 +0000
committerRoss Burton <ross@openedhand.com>2008-07-03 15:32:50 +0000
commitfef1266806c3771fb282a67ce108a93323f0ffc5 (patch)
treebc19b6b6e4f9dfaa99a34674ad6cdd57b68c39f6 /meta/packages/dbus/dbus-1.1.20
parent24c9b5d3c5d8e18c061cf7cba4d90978577ad107 (diff)
downloadopenembedded-core-fef1266806c3771fb282a67ce108a93323f0ffc5.tar.gz
openembedded-core-fef1266806c3771fb282a67ce108a93323f0ffc5.tar.bz2
openembedded-core-fef1266806c3771fb282a67ce108a93323f0ffc5.tar.xz
openembedded-core-fef1266806c3771fb282a67ce108a93323f0ffc5.zip
dbus: add init script depends
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4810 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/dbus/dbus-1.1.20')
-rw-r--r--meta/packages/dbus/dbus-1.1.20/dbus-1.init11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/dbus/dbus-1.1.20/dbus-1.init b/meta/packages/dbus/dbus-1.1.20/dbus-1.init
index 0725083c6..4abc4cbf7 100644
--- a/meta/packages/dbus/dbus-1.1.20/dbus-1.init
+++ b/meta/packages/dbus/dbus-1.1.20/dbus-1.init
@@ -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>