rpms/dbus/F-9 dbus-1.2.1-increase-timeout.patch,NONE,1.1

Colin Walters walters at fedoraproject.org
Mon Oct 6 23:53:11 UTC 2008


Author: walters

Update of /cvs/pkgs/rpms/dbus/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27490

Added Files:
	dbus-1.2.1-increase-timeout.patch 
Log Message:
add another missing patch

dbus-1.2.1-increase-timeout.patch:

--- NEW FILE dbus-1.2.1-increase-timeout.patch ---
diff -urN dbus-1.2.1/bus/system.conf.in dbus-1.2.1.b/bus/system.conf.in
--- dbus-1.2.1/bus/system.conf.in	2008-04-04 11:24:08.000000000 -0400
+++ dbus-1.2.1.b/bus/system.conf.in	2008-07-17 13:56:26.000000000 -0400
@@ -17,6 +17,9 @@
   <!-- Run as special user -->
   <user>@DBUS_USER@</user>
 
+  <!-- Up the max timeout -->
+  <limit name="reply_timeout">21600000</limit>
+
   <!-- Fork into daemon mode -->
   <fork/>
 




More information about the scm-commits mailing list