1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 12:28:08 +01:00

Change bootscript order to work with non-standard wifi cards (LP: #585266)

This commit is contained in:
David Paleino
2011-09-16 18:18:36 +02:00
parent 31165d0589
commit 8f25d6caf2
2 changed files with 1 additions and 1 deletions

View File

@@ -583,7 +583,7 @@ try:
data.append((wpath.resume, ['other/80-wicd-connect.sh' ]))
data.append((wpath.suspend, ['other/50-wicd-suspend.sh' ]))
if not wpath.no_install_pmutils:
data.append((wpath.pmutils, ['other/91wicd' ]))
data.append((wpath.pmutils, ['other/55wicd' ]))
print 'Using pid path', os.path.basename(wpath.pidfile)
print 'Language support for',
for language in os.listdir('translations/'):