diff options
author | Ross Burton <ross@openedhand.com> | 2008-07-03 15:32:50 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-07-03 15:32:50 +0000 |
commit | fef1266806c3771fb282a67ce108a93323f0ffc5 (patch) | |
tree | bc19b6b6e4f9dfaa99a34674ad6cdd57b68c39f6 /meta/packages/dbus/dbus-1.1.20/dbus-1.init | |
parent | 24c9b5d3c5d8e18c061cf7cba4d90978577ad107 (diff) | |
download | openembedded-core-fef1266806c3771fb282a67ce108a93323f0ffc5.tar.gz openembedded-core-fef1266806c3771fb282a67ce108a93323f0ffc5.tar.bz2 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/dbus-1.init')
-rw-r--r-- | meta/packages/dbus/dbus-1.1.20/dbus-1.init | 11 |
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 0725083c69..4abc4cbf73 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> |