1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-27 00:42:31 +01:00

Always scan when the daemon starts.

Remove old init scripts.
This commit is contained in:
Dan O'Reilly
2009-01-28 19:52:51 -05:00
parent d20dafa088
commit 467688beda
7 changed files with 1 additions and 388 deletions

View File

@@ -115,7 +115,7 @@ class WicdDaemon(dbus.service.Object):
if not auto_connect:
print "--no-autoconnect detected, not autoconnecting..."
self.SetForcedDisconnect(True)
self.wireless_bus.Scan()
self.wireless_bus.Scan()
def get_debug_mode(self):
return self._debug_mode