mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 12:58:07 +01:00
Change bootscript order to work with non-standard wifi cards (LP: #585266)
This commit is contained in:
2
setup.py
2
setup.py
@@ -583,7 +583,7 @@ try:
|
|||||||
data.append((wpath.resume, ['other/80-wicd-connect.sh' ]))
|
data.append((wpath.resume, ['other/80-wicd-connect.sh' ]))
|
||||||
data.append((wpath.suspend, ['other/50-wicd-suspend.sh' ]))
|
data.append((wpath.suspend, ['other/50-wicd-suspend.sh' ]))
|
||||||
if not wpath.no_install_pmutils:
|
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 'Using pid path', os.path.basename(wpath.pidfile)
|
||||||
print 'Language support for',
|
print 'Language support for',
|
||||||
for language in os.listdir('translations/'):
|
for language in os.listdir('translations/'):
|
||||||
|
|||||||
Reference in New Issue
Block a user