[oe-commits] : dbus 1.0.3 add sanitize-reply-timeout patch also in its directory

OE GIT Trial gittrial at amethyst.openembedded.net
Wed Oct 1 16:20:38 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: 21b543e3ca7d997e20a3e3af0a15dca082b2037d
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=21b543e3ca7d997e20a3e3af0a15dca082b2037d

Author:  <mickeyl at openembedded.org>
Date:   Wed Oct  1 16:24:34 2008 +0000

dbus 1.0.3 add sanitize-reply-timeout patch also in its directory

---

 .../dbus/dbus-1.0.3/sanitize-reply-timeout.patch   |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/packages/dbus/dbus-1.0.3/sanitize-reply-timeout.patch b/packages/dbus/dbus-1.0.3/sanitize-reply-timeout.patch
new file mode 100644
index 0000000..75ee6bd
--- /dev/null
+++ b/packages/dbus/dbus-1.0.3/sanitize-reply-timeout.patch
@@ -0,0 +1,16 @@
+# DBus is from the desktop world, systems are _FAST_ there
+# On Embedded, some things might take a bit longer
+# Default session bus timeout is 300 seconds(!), whereas default
+# system bus timeout is only 25 seconds. This increases it to 60.
+# Signed off: Michael 'Mickey' Lauer <mlauer at vanille-media.de>
+Index: dbus-1.2.1/bus/system.conf
+===================================================================
+--- dbus-1.2.1.orig/bus/system.conf.in
++++ dbus-1.2.1/bus/system.conf.in
+@@ -65,4 +65,6 @@
+ 
+   <include if_selinux_enabled="yes" selinux_root_relative="yes">contexts/dbus_contexts</include>
+ 
++  <limit name="reply_timeout">60000</limit>
++
+ </busconfig>





More information about the Openembedded-commits mailing list