1
0
mirror of https://github.com/gryf/wicd.git synced 2026-04-20 21:01:25 +02:00

Fix suse init script.

This commit is contained in:
Dan O'Reilly
2009-03-08 15:58:44 -04:00
parent f30122dd2f
commit 4365a8406b
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -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.
-1
View File
@@ -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.