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

Added crux support to setup.py

This commit is contained in:
Robby Workman
2009-01-21 22:35:46 -06:00
parent 07f827756a
commit da576e2ff9

View File

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