diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-10-02 09:26:22 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-10-02 09:26:22 +0000 |
commit | 88c545e13bae1ce89a9809f289a01b57b19a02fe (patch) | |
tree | 9c29b54e2a22705032bdf0cfac37df06c6e02e94 /packages/dbus | |
parent | c4ffde1c9fa5cbabc872f2d1422a101551d1677d (diff) | |
parent | e55d046fe8273d66a62ed55d1d971df1a2d023b6 (diff) |
merge of '38476bfe431d934d649d515b180a82ed3e550822'
and '4fe9c4e8b248a850a5ab4ace667e3bade4448505'
Diffstat (limited to 'packages/dbus')
-rw-r--r-- | packages/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 0000000000..75ee6bdd6a --- /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@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> |