]> code.ossystems Code Review - openembedded-core.git/commitdiff
dbus: add init script depends
authorRoss Burton <ross@openedhand.com>
Thu, 3 Jul 2008 15:32:50 +0000 (15:32 +0000)
committerRoss Burton <ross@openedhand.com>
Thu, 3 Jul 2008 15:32:50 +0000 (15:32 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4810 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/dbus/dbus-1.1.20/dbus-1.init
meta/packages/dbus/dbus_1.1.20.bb

index 0725083c690f2e9e27000c238f82029464469bef..4abc4cbf73a7bdd9d2de0d99b57c07c119f0f9ac 100644 (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>
index 82a9baed913a82bd9cc08650c60675340a332ccd..456b8ee99bb314c70c5f526aad270a10c395b139 100644 (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 "