[yum-commits] yum-updatesd

James Antill james at osuosl.org
Wed Feb 15 21:42:15 UTC 2012


 yum-updatesd |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 77562697e5408f0eda74039babf1fcb07b60f38c
Author: Gregor Tätzner <gregor at freenet.de>
Date:   Wed Feb 15 08:47:42 2012 +0100

    adapt to the new network-manager dbus interface

diff --git a/yum-updatesd b/yum-updatesd
index e11539f..b5c71ac 100755
--- a/yum-updatesd
+++ b/yum-updatesd
@@ -53,7 +53,7 @@ updateInfoDone = False
 updateInfo = []
 helperProcess = None
 
-NM_ONLINE = 3
+NM_ONLINE = 70
 
 class UDConfig(BaseConfig):
     """Config format for the daemon"""


More information about the Yum-commits mailing list