diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-10-02 10:53:45 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-10-02 10:53:45 +0000 |
commit | 0d2076ed8e2a9566573bc16db2ada8a01fa1db29 (patch) | |
tree | d66bf4ecddb4fcea0bf5ed2a7a487951784798f9 /packages/dbus/dbus-1.0.3/sanitize-reply-timeout.patch | |
parent | 4f395ac0edf884d0c736137c64ef44647db7e6a2 (diff) | |
parent | dd6b8ca5e9b3cb66e8d05b642023a8b9b566e74f (diff) |
merge of 'b7a7a521880ca0846912622d5ca7f1550400f306'
and 'f6ee78534548636d8f9b3a7c033fe73faf8f5538'
Diffstat (limited to 'packages/dbus/dbus-1.0.3/sanitize-reply-timeout.patch')
-rw-r--r-- | packages/dbus/dbus-1.0.3/sanitize-reply-timeout.patch | 16 |
1 files changed, 0 insertions, 16 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 deleted file mode 100644 index 75ee6bdd6a..0000000000 --- a/packages/dbus/dbus-1.0.3/sanitize-reply-timeout.patch +++ /dev/null @@ -1,16 +0,0 @@ -# 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@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> |