[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, master, updated. milestone4-368-g700ab82

Jan Luebbe jluebbe at debian.org
Mon Feb 2 18:52:06 UTC 2009


The following commit has been merged in the master branch:
commit 260d1b8ed645177f030e6c076c0ad30b4968f76d
Author: Jan Luebbe <jluebbe at debian.org>
Date:   Thu Jan 29 06:55:58 2009 +0100

    ogpsd: repair ogpsd for GTA01

diff --git a/framework/subsystems/ogpsd/gpschannel.py b/framework/subsystems/ogpsd/gpschannel.py
index 056bf0f..e5f81c7 100644
--- a/framework/subsystems/ogpsd/gpschannel.py
+++ b/framework/subsystems/ogpsd/gpschannel.py
@@ -90,7 +90,7 @@ class GllinChannel( UDPChannel ):
     """UDP reader for GTA01, takes care of starting and stopping gllin"""
 
     def __init__( self, path="/etc/init.d/gllin" ):
-        super( GllinChannel, self ).__init__( 6000 )
+        super( GllinChannel, self ).__init__( "6000" )
         self.gllin = path
 
     def initializeChannel( self ):

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list