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

Merged with experimental-nacl, r292

This commit is contained in:
Andrew Psaltis
2009-03-11 20:34:52 -04:00
9 changed files with 158 additions and 4 deletions

View File

@@ -162,6 +162,9 @@ class configure(Command):
self.initfile = 'init/pld/wicd'
elif os.path.exists('/usr/bin/crux'):
self.init = '/etc/rc.d/'
elif os.path.exists('/etc/lunar.release'):
self.init='/etc/init.d/'
self.initfile = 'init/lunar/wicd'
else:
self.init = 'FAIL'
self.no_install_init = True