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 | |
| parent | 24c9b5d3c5d8e18c061cf7cba4d90978577ad107 (diff) | |
| download | poky-fef1266806c3771fb282a67ce108a93323f0ffc5.tar.gz | |
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.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 @@ | |||
| 1 | #! /bin/sh | 1 | #! /bin/sh |
| 2 | ### BEGIN INIT INFO | ||
| 3 | # Provides: dbus | ||
| 4 | # Required-Start: $remote_fs $syslog | ||
| 5 | # Required-Stop: $remote_fs $syslog | ||
| 6 | # Default-Start: 2 3 4 5 | ||
| 7 | # Default-Stop: 1 | ||
| 8 | # Short-Description: D-Bus systemwide message bus | ||
| 9 | # Description: D-Bus is a simple interprocess messaging system, used | ||
| 10 | # for sending messages between applications. | ||
| 11 | ### END INIT INFO | ||
| 12 | # | ||
| 2 | # -*- coding: utf-8 -*- | 13 | # -*- coding: utf-8 -*- |
| 3 | # Debian init.d script for D-BUS | 14 | # Debian init.d script for D-BUS |
| 4 | # Copyright © 2003 Colin Walters <walters@debian.org> | 15 | # Copyright © 2003 Colin Walters <walters@debian.org> |
