[arch-commits] Commit in deluge/repos (extra-i686 extra-i686/shutdown-fix.patch)

Eric Bélanger eric at archlinux.org
Wed Dec 3 00:30:56 UTC 2008


    Date: Tuesday, December 2, 2008 @ 19:30:56
  Author: eric
Revision: 20356

Merged revisions 20333 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/deluge/trunk

........
  r20333 | hugo | 2008-12-02 14:07:40 -0500 (Tue, 02 Dec 2008) | 1 line
  
  patch added
........

Added:
  deluge/repos/extra-i686/shutdown-fix.patch
    (from rev 20333, deluge/trunk/shutdown-fix.patch)
Modified:
  deluge/repos/extra-i686/	(properties)

--------------------+
 shutdown-fix.patch |   13 +++++++++++++
 1 file changed, 13 insertions(+)


Property changes on: deluge/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /deluge/trunk:1-20329
   + /deluge/trunk:1-20355

Copied: deluge/repos/extra-i686/shutdown-fix.patch (from rev 20333, deluge/trunk/shutdown-fix.patch)
===================================================================
--- extra-i686/shutdown-fix.patch	                        (rev 0)
+++ extra-i686/shutdown-fix.patch	2008-12-03 00:30:56 UTC (rev 20356)
@@ -0,0 +1,13 @@
+--- component.py	2008-11-23 10:28:01.000000000 +0530
++++ component-patched.py	2008-12-02 02:25:29.619655571 +0530
+@@ -169,7 +169,8 @@
+         for component in self.components.keys():
+             log.debug("Shutting down component %s..", component)
+             try:
+-                self.components[component].shutdown()
++                if self.components[component].get_state() != COMPONENT_STATE.index("Stopped"):
++                    self.components[component].shutdown()
+             except Exception, e:
+                 log.debug("Unable to call shutdown(): %s", e)
+ 
+




More information about the arch-commits mailing list