summaryrefslogtreecommitdiff
path: root/packages/dbus/dbus-1.0.3/sanitize-reply-timeout.patch
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2008-10-02 09:48:11 +0000
committerDaniel Willmann <daniel@totalueberwachung.de>2008-10-02 09:48:11 +0000
commitdd6b8ca5e9b3cb66e8d05b642023a8b9b566e74f (patch)
treedf399cb4e8d203ed98f715504cbf3d724178e483 /packages/dbus/dbus-1.0.3/sanitize-reply-timeout.patch
parent52b7f87c569f44819a343e6faa7b2be510d5527e (diff)
parent4bcb1f1320fbf99139bc69447ccc0ae6bd4f0ff5 (diff)
merge of 'bbd77769487ba7800c127ef99922a89662346ef8'
and 'be485c84bb9a8d25a9cd1b39d2c18322e0a20602'
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.patch16
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>