diff --git a/in/init=suse=wicd.in b/in/init=suse=wicd.in index 6a5812a..2dec20d 100755 --- a/in/init=suse=wicd.in +++ b/in/init=suse=wicd.in @@ -3,6 +3,7 @@ ### BEGIN INIT INFO # Provides: wicd-daemon # Required-Start: dbus +# Required-Stop: # Default-Start: 3 4 5 # Default-Stop: # Description: wicd, a wired and wireless connection manager. diff --git a/wicd/networking.py b/wicd/networking.py index 25ece03..8593496 100644 --- a/wicd/networking.py +++ b/wicd/networking.py @@ -131,7 +131,7 @@ def expand_script_macros(script, msg, bssid, essid): print "Expanded '%s' to '%s'" % (script, expanded) return expanded - + class Controller(object): """ Parent class for the different interface types. """ def __init__(self, debug=False): @@ -335,7 +335,6 @@ class ConnectThread(threading.Thread): finally: self.lock.release() - def GetStatus(self): """ Get the threads current status message in a thread-safe way.