diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-06-02 20:46:42 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-06-02 20:46:42 +0200 |
commit | e3bf7220f003f0c0f60f648885f08652e19a0f13 (patch) | |
tree | cd28fa52529f06a0244bec2d03674c3a7e7f4130 /recipes/dbus/dbus.inc | |
parent | cc2eccd9c67c534a3fb8184148d57a5d22540217 (diff) | |
parent | 1679705e3c22180b39126fdfa8a39c02e550b450 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/dbus/dbus.inc')
-rw-r--r-- | recipes/dbus/dbus.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/dbus/dbus.inc b/recipes/dbus/dbus.inc index 2a4b19699f..0302cfe776 100644 --- a/recipes/dbus/dbus.inc +++ b/recipes/dbus/dbus.inc @@ -90,4 +90,4 @@ chmod u+s /usr/libexec/dbus-daemon-launch-helper CONFFILES_${PN} = "${sysconfdir}/dbus-1/system.conf ${sysconfdir}/dbus-1/session.conf" INITSCRIPT_NAME = "dbus-1" -INITSCRIPT_PARAMS = "defaults" +INITSCRIPT_PARAMS = "start 02 5 2 . stop 20 0 1 6 ." |